aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-12-11 22:42:27 +0800
committerrafan <rafan@FreeBSD.org>2006-12-11 22:42:27 +0800
commit494021f9b3faf7938c1dcce859cbd1b112af15a2 (patch)
treea83abaedc5b59eced945993bfe323f191cce6275 /games
parent2920bc1e361b54c9b717781dbe8940c5c7142988 (diff)
downloadfreebsd-ports-gnome-494021f9b3faf7938c1dcce859cbd1b112af15a2.tar.gz
freebsd-ports-gnome-494021f9b3faf7938c1dcce859cbd1b112af15a2.tar.zst
freebsd-ports-gnome-494021f9b3faf7938c1dcce859cbd1b112af15a2.zip
- Respect X11BASE
Reported by: pointyhat
Diffstat (limited to 'games')
-rw-r--r--games/egoboo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/egoboo/Makefile b/games/egoboo/Makefile
index 5608d01b6a56..8c43602e4ab2 100644
--- a/games/egoboo/Makefile
+++ b/games/egoboo/Makefile
@@ -27,8 +27,8 @@ pre-patch:
post-patch:
@cd ${WRKSRC}/code && ${GMAKE} clean
- @${REINPLACE_CMD} -e 's|sdl-config|\${SDL_CONFIG}|g ; \
- s|/usr/X11/|${X11BASE}/|g ; s|CC=|#CC=|g; \
+ @${REINPLACE_CMD} -E 's|sdl-config|\${SDL_CONFIG}|g ; \
+ s|/usr/X11(R6)?/|${X11BASE}/|g ; s|CC=|#CC=|g; \
s|-O3|${CFLAGS}|g; s|-ffast-math||g' ${WRKSRC}/code/Makefile
do-build: