summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2006-04-25 17:04:58 +0000
committeroliver <oliver@FreeBSD.org>2006-04-25 17:04:58 +0000
commitd8a47b871dcf38682455fb72e4e6aa11757ba5b6 (patch)
treef031dfa172722533fdd920a19f96f9507d0c9c15 /games
parenta6201652c272ddb3660e35220b5c9b18a64fc175 (diff)
downloadFreeBSD-ports-d8a47b871dcf38682455fb72e4e6aa11757ba5b6.zip
FreeBSD-ports-d8a47b871dcf38682455fb72e4e6aa11757ba5b6.tar.gz
fix broken build caused by recent openal update
Diffstat (limited to 'games')
-rw-r--r--games/vavoom/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/vavoom/Makefile b/games/vavoom/Makefile
index 6c82394..0a12b2d 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
@@ -121,6 +121,7 @@ pre-everything::
@${ECHO_CMD} ""
post-patch:
+ @${REINPLACE_CMD} -e 's|ALubyte|ALchar|' ${WRKSRC}/source/s_al.cpp
@${REINPLACE_CMD} -i '' -e 's|SDL\/||g' ${WRKSRC}/source/*.cpp
@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \
${WRKSRC}/utils/acc/parse.c ${WRKSRC}/utils/acc/strlist.c
OpenPOWER on IntegriCloud