[Bug 240093] games/openomf: fix build with non-x86
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 25 10:12:52 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240093
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 at FreeBSD.org
Reporter: pkubaj at FreeBSD.org
CC: devel at stasyan.com
Flags: maintainer-feedback?(devel at stasyan.com)
CC: devel at stasyan.com
Created attachment 206885
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=206885&action=edit
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-specifying
-msse allows to build this port on other, non-SSE architectures.
Also add USES=sdl.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list