diff options
author | kris <kris@FreeBSD.org> | 2006-01-16 14:41:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-16 14:41:05 +0800 |
commit | 87c3b8c638cf7ed09772e066f53a3f1bf626521f (patch) | |
tree | 9f4ed4bd4f4e2bfa6ae6b3698dcc44a47f69230c | |
parent | 9407d4fbb96c9178b016ad8114bbac67541600dc (diff) | |
download | freebsd-ports-gnome-87c3b8c638cf7ed09772e066f53a3f1bf626521f.tar.gz freebsd-ports-gnome-87c3b8c638cf7ed09772e066f53a3f1bf626521f.tar.zst freebsd-ports-gnome-87c3b8c638cf7ed09772e066f53a3f1bf626521f.zip |
Add ONLY_FOR_ARCHS=i386 because of 32-bit/endianness assumptions
Submitted by: Ed Schouten <ed@fxq.nl> (maintainer)
-rw-r--r-- | games/q3base/Makefile | 2 | ||||
-rw-r--r-- | games/quake3-q3base/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/games/q3base/Makefile b/games/q3base/Makefile index b4a66f1f395a..ea84aca62eaa 100644 --- a/games/q3base/Makefile +++ b/games/q3base/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm USE_BZIP2= yes USE_SDL= sdl net +ONLY_FOR_ARCHS= i386 + GNU_CONFIGURE= yes CONFIGURE_ENV+= SDL_CONFIG=${SDL_CONFIG} CONFIGURE_TARGET= diff --git a/games/quake3-q3base/Makefile b/games/quake3-q3base/Makefile index b4a66f1f395a..ea84aca62eaa 100644 --- a/games/quake3-q3base/Makefile +++ b/games/quake3-q3base/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm USE_BZIP2= yes USE_SDL= sdl net +ONLY_FOR_ARCHS= i386 + GNU_CONFIGURE= yes CONFIGURE_ENV+= SDL_CONFIG=${SDL_CONFIG} CONFIGURE_TARGET= |