diff options
author | linimon <linimon@FreeBSD.org> | 2010-03-22 14:26:25 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-03-22 14:26:25 +0800 |
commit | dbea395ca543bd0995c3afc4ff3342825e67bf3b (patch) | |
tree | 80b566fd04d8b43c53ecbabb480e287da26fd2c3 /games | |
parent | d3221b72fe061035414f8cb975a1481367e0a638 (diff) | |
download | freebsd-ports-gnome-dbea395ca543bd0995c3afc4ff3342825e67bf3b.tar.gz freebsd-ports-gnome-dbea395ca543bd0995c3afc4ff3342825e67bf3b.tar.zst freebsd-ports-gnome-dbea395ca543bd0995c3afc4ff3342825e67bf3b.zip |
Mark as only for amd64/i386: fails to compile on sparc64, not yet tested
elsewhere.
Hat: portmgr
Diffstat (limited to 'games')
-rw-r--r-- | games/spacejunk/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/spacejunk/Makefile b/games/spacejunk/Makefile index 0351cd0563dd..7e8c5a2f9796 100644 --- a/games/spacejunk/Makefile +++ b/games/spacejunk/Makefile @@ -17,6 +17,9 @@ USE_SDL= sdl mixer image GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= fails to compile on sparc64; not yet tested elsewhere + CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="${PTHREAD_LIBS}" |