diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-11 14:42:27 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-11 14:42:27 +0000 |
commit | 35728b5eefa040fba19e70023b512e436f91413e (patch) | |
tree | 9dd060406fbb752014fb3e4abde0aa38b7d8172f /games/egoboo | |
parent | 690a31e2708815c3ae5901a485caabd6e7e97d0b (diff) | |
download | ports-35728b5eefa040fba19e70023b512e436f91413e.tar.gz ports-35728b5eefa040fba19e70023b512e436f91413e.zip |
Notes
Diffstat (limited to 'games/egoboo')
-rw-r--r-- | games/egoboo/Makefile | 4 |
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: |