diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-04-25 17:04:58 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-04-25 17:04:58 +0000 |
commit | 04cec09beefe8fba9d5d864ac761791ef1a37894 (patch) | |
tree | 091432d09f445c0391c4a1847afc8f1e6141d1d7 /games/vavoom/Makefile | |
parent | 666298e76b41af7476fcf5b8566a76b1e7c2e670 (diff) | |
download | ports-04cec09beefe8fba9d5d864ac761791ef1a37894.tar.gz ports-04cec09beefe8fba9d5d864ac761791ef1a37894.zip |
Notes
Diffstat (limited to 'games/vavoom/Makefile')
-rw-r--r-- | games/vavoom/Makefile | 3 |
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 |