diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-04-25 17:07:50 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-04-25 17:07:50 +0000 |
commit | 2ae9de301428ffe1ef7ab49aebf9ed5ef456a084 (patch) | |
tree | e278838ca972c674e2200e6c175acbc43e29bd6d /games | |
parent | 04cec09beefe8fba9d5d864ac761791ef1a37894 (diff) | |
download | ports-2ae9de301428ffe1ef7ab49aebf9ed5ef456a084.tar.gz ports-2ae9de301428ffe1ef7ab49aebf9ed5ef456a084.zip |
restore ONLY_FOR_ARCHS= i386
Notes
Notes:
svn path=/head/; revision=160450
Diffstat (limited to 'games')
-rw-r--r-- | games/vavoom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/vavoom/Makefile b/games/vavoom/Makefile index 0a12b2df0207..4e9f8381be89 100644 --- a/games/vavoom/Makefile +++ b/games/vavoom/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ENV= "CFLAGS=${CFLAGS} -I${LOCALBASE}/include" \ ALL_TARGET= all sv USE_SDL= mixer sdl USE_GL= yes -#ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 .ifdef (WITH_OPTIMIZED_CFLAGS) CFLAGS+= -O3 -ffast-math -fomit-frame-pointer |