K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2019-09-04T09:36:01.666760Z K 7 svn:log V 397 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) END