diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 13:17:38 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 13:17:38 +0000 |
commit | 081beb2d3875f34069e93090515a4244ba4790c5 (patch) | |
tree | f7a9a3f705ff6a19879564f16dea8fcc43168f42 /games/iortcw/Makefile | |
parent | 7340c6df0a94d0bf665ad5e1c1b6d8c603f22b76 (diff) |
Notes
Diffstat (limited to 'games/iortcw/Makefile')
-rw-r--r-- | games/iortcw/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/iortcw/Makefile b/games/iortcw/Makefile index 2aa2a79098e3..56551111193a 100644 --- a/games/iortcw/Makefile +++ b/games/iortcw/Makefile @@ -16,6 +16,9 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libopus.so:audio/opus \ libfreetype.so:print/freetype2 +NOT_FOR_ARCHS= aarch64 armv6 powerpc64 +NOT_FOR_ARCHS_REASON= fails to configure: Architecture not supported + USES= jpeg pkgconfig gmake USE_GL= gl USE_SDL= sdl2 @@ -45,9 +48,6 @@ SP_INSTALL_TARGET= sp-install MP_ALL_TARGET= mp MP_INSTALL_TARGET= mp-install -BROKEN_aarch64= Fails to configure: error: Architecture not supported -BROKEN_armv6= Fails to configure: error: Architecture not supported - post-extract: ${CP} ${FILESDIR}/Makefile ${WRKSRC} |