diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-14 06:19:30 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-14 06:19:30 +0000 |
commit | 97b80848bf043210b091dc38d4519d44093e5411 (patch) | |
tree | 333ba32b8c0901805cda594834688be62eb2aaab /games/spacejunk/Makefile | |
parent | 9063df9f39e6704397fbcf803f350b2a82c2a928 (diff) | |
download | FreeBSD-ports-97b80848bf043210b091dc38d4519d44093e5411.zip FreeBSD-ports-97b80848bf043210b091dc38d4519d44093e5411.tar.gz |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'games/spacejunk/Makefile')
-rw-r--r-- | games/spacejunk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/spacejunk/Makefile b/games/spacejunk/Makefile index ca47a9a..7537541 100644 --- a/games/spacejunk/Makefile +++ b/games/spacejunk/Makefile @@ -13,8 +13,6 @@ COMMENT= Video game about traveling in 2D planetary systems LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_sparc64= Doesn't compile on sparc64 - GNU_CONFIGURE= yes USE_SDL= sdl mixer image @@ -36,6 +34,9 @@ DESKTOP_ENTRIES="Spacejunk" \ OPTIONS_DEFINE= DOCS +BROKEN_aarch64= Fails to compile: error: _compile_time_assert__ declared as an array with a negative size +BROKEN_sparc64= Doesn't compile on sparc64 + post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/gem-uta.c \ ${WRKSRC}/libinfo/gem-uta.c |