1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
Piotr Kubaj 249992e1be games/openomf: Fix build with non-x86 (non-SSE) architectures
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.

PR:		240093
Approved by:	devel@stasyan.com (maintainer), linimon (mentor)
2019-09-04 09:36:01 +00:00
..