Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2019 10:12:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240093] games/openomf: fix build with non-x86
Message-ID:  <bug-240093-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240093

            Bug ID: 240093
           Summary: games/openomf: fix build with non-x86
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: pkubaj@FreeBSD.org
                CC: devel@stasyan.com
             Flags: maintainer-feedback?(devel@stasyan.com)
                CC: devel@stasyan.com

Created attachment 206885
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D206885&action=
=3Dedit
patch

SSE is only available on x86 platforms and forcing it breaks compilation on
other platforms.

Clang on 12.0-RELEASE on amd64 enables SSE by default anyway and not-specif=
ying
-msse allows to build this port on other, non-SSE architectures.

Also add USES=3Dsdl.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240093-7788>