diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-16 00:33:58 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-16 00:33:58 +0000 |
commit | d6c96927f496d42b5d5bcc3acd57ddd8b1676a3e (patch) | |
tree | eb408fab826c7355900fc74e12523bd3451fe5f9 /games/oolite | |
parent | bbda4dd30fc63acf6729df2e84e9d80c275c17e5 (diff) | |
download | ports-d6c96927f496d42b5d5bcc3acd57ddd8b1676a3e.tar.gz ports-d6c96927f496d42b5d5bcc3acd57ddd8b1676a3e.zip |
Notes
Diffstat (limited to 'games/oolite')
-rw-r--r-- | games/oolite/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/oolite/Makefile b/games/oolite/Makefile index 3abfb26cad4a..2d608e584253 100644 --- a/games/oolite/Makefile +++ b/games/oolite/Makefile @@ -52,6 +52,8 @@ PLIST_FILES+= bin/oolite %%DATADIR%%/oolite \ OPTIONS_DEFINE= DOCS +BROKEN_aarch64= Fails to configure: error: These compiler flags are invalid: -O + .include <bsd.port.pre.mk> .if exists(${CC}) |