diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-16 08:33:58 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-16 08:33:58 +0800 |
commit | d19ffea93fa7a60f89d0870efae87169f351b42d (patch) | |
tree | eb408fab826c7355900fc74e12523bd3451fe5f9 /games | |
parent | e0e4a9fc8207ddf5514820ed300c064d56965598 (diff) | |
download | freebsd-ports-gnome-d19ffea93fa7a60f89d0870efae87169f351b42d.tar.gz freebsd-ports-gnome-d19ffea93fa7a60f89d0870efae87169f351b42d.tar.zst freebsd-ports-gnome-d19ffea93fa7a60f89d0870efae87169f351b42d.zip |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
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}) |