diff options
Diffstat (limited to 'games/vavoom/Makefile')
-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 |