diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/iortcw/Makefile | 2 | ||||
-rw-r--r-- | games/oolite/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/games/iortcw/Makefile b/games/iortcw/Makefile index f3fd39c90e37..ebb34b1e18a6 100644 --- a/games/iortcw/Makefile +++ b/games/iortcw/Makefile @@ -43,6 +43,8 @@ SP_INSTALL_TARGET= sp-install MP_ALL_TARGET= mp MP_INSTALL_TARGET= mp-install +BROKEN_aarch64= Fails to configure: error: Architecture not supported + post-extract: ${CP} ${FILESDIR}/Makefile ${WRKSRC} 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}) |