[Bug 258442] games/freecell-solver: unbreak on various 32 bit platforms

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 11 Sep 2021 21:56:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258442

            Bug ID: 258442
           Summary: games/freecell-solver: unbreak on various 32 bit
                    platforms
           Product: Ports & Packages
           Version: Latest
          Hardware: arm
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: danilo@FreeBSD.org
          Reporter: fuz@fuz.su
                CC: danilo@FreeBSD.org
          Assignee: danilo@FreeBSD.org
             Flags: maintainer-feedback?(danilo@FreeBSD.org)
 Attachment #227846 maintainer-approval?(danilo@FreeBSD.org)
             Flags:
             Flags: merge-quarterly?
                CC: danilo@FreeBSD.org

Created attachment 227846
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=227846&action=edit
games/freecell-solver: unbreak on various 32 bit platforms

The port requires GMP on platforms that lack __int128, i.e. 32 bit platforms,
but LIB_DEPENDS for libgmp is only present for i386. This patch extends the
existing i386 special case to known 32 bit platforms so the port builds on
armv7 FreeBSD and hopefully others.

Tested on armv7 FreeBSD 13.0-RELEASE.

-- 
You are receiving this mail because:
You are the assignee for the bug.