diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-22 13:17:38 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-22 13:17:38 +0000 |
commit | d93393cbfee266ac9f218632d0e2f0e64de8a8dc (patch) | |
tree | f7a9a3f705ff6a19879564f16dea8fcc43168f42 /games/openomf | |
parent | 93843cfe0eadb88915d5d83f2a0d584a36cf71c6 (diff) | |
download | FreeBSD-ports-d93393cbfee266ac9f218632d0e2f0e64de8a8dc.zip FreeBSD-ports-d93393cbfee266ac9f218632d0e2f0e64de8a8dc.tar.gz |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
Diffstat (limited to 'games/openomf')
-rw-r--r-- | games/openomf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/openomf/Makefile b/games/openomf/Makefile index b9aad26..4f10d93 100644 --- a/games/openomf/Makefile +++ b/games/openomf/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= libconfuse.so:devel/libconfuse \ libenet.so:net/enet EXTRACT_DEPENDS= unrar:archivers/unrar +BROKEN_powerpc64= fails to compile: gcc5: error: unrecognized command line option '-msse' + USE_GITHUB= yes GH_ACCOUNT= omf2097 GH_TAGNAME= c36c421 |