diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-03-22 06:26:25 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-03-22 06:26:25 +0000 |
commit | e28f329f0704b5d89f7d87a4d6c57d9c12587382 (patch) | |
tree | e1990fa933fa2a5cee664eebb13786d39ec1126d /games | |
parent | 42d97f9b8db64880e9a12197dbe980f984fe2713 (diff) |
Notes
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}" |