summaryrefslogtreecommitdiff
path: root/games/egoboo/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-05-19 12:07:57 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-05-19 12:07:57 +0000
commit46da1c6f9f6b2bc81e036bf6976a7a8309058784 (patch)
treef4d95f83c849db3cfbada1beccfd21f9d535f14c /games/egoboo/Makefile
parentupdate to 0.8.12 (diff)
Don't use -ffast-math. This breaks the build on alpha.
Submitted by: kris
Notes
Notes: svn path=/head/; revision=81368
Diffstat (limited to '')
-rw-r--r--games/egoboo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/egoboo/Makefile b/games/egoboo/Makefile
index 511de3c8c296..a92df622edb9 100644
--- a/games/egoboo/Makefile
+++ b/games/egoboo/Makefile
@@ -26,7 +26,7 @@ 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; \
- s|-O3|${CFLAGS}|g' ${WRKSRC}/code/Makefile
+ s|-O3|${CFLAGS}|g; s|-ffast-math||g' ${WRKSRC}/code/Makefile
do-build:
@cd ${WRKSRC}/code && ${SETENV} ${MAKE_ENV} ${GMAKE}