aboutsummaryrefslogtreecommitdiff
path: root/games/vavoom
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2006-04-25 17:04:58 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2006-04-25 17:04:58 +0000
commit04cec09beefe8fba9d5d864ac761791ef1a37894 (patch)
tree091432d09f445c0391c4a1847afc8f1e6141d1d7 /games/vavoom
parent666298e76b41af7476fcf5b8566a76b1e7c2e670 (diff)
downloadports-04cec09beefe8fba9d5d864ac761791ef1a37894.tar.gz
ports-04cec09beefe8fba9d5d864ac761791ef1a37894.zip
fix broken build caused by recent openal update
Notes
Notes: svn path=/head/; revision=160449
Diffstat (limited to 'games/vavoom')
-rw-r--r--games/vavoom/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/vavoom/Makefile b/games/vavoom/Makefile
index 6c823946212f..0a12b2df0207 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