aboutsummaryrefslogtreecommitdiffstats
path: root/games/egoboo
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-05-19 20:07:57 +0800
committerarved <arved@FreeBSD.org>2003-05-19 20:07:57 +0800
commit6dccdaf5c342f161570e1b4a39436672210eae21 (patch)
tree0cde0edd608bf4e697818933af1d1899ef1bb35d /games/egoboo
parent5e21e2f8cb914a42fd1b79fad6f4a548d82a1c84 (diff)
downloadfreebsd-ports-gnome-6dccdaf5c342f161570e1b4a39436672210eae21.tar.gz
freebsd-ports-gnome-6dccdaf5c342f161570e1b4a39436672210eae21.tar.zst
freebsd-ports-gnome-6dccdaf5c342f161570e1b4a39436672210eae21.zip
Don't use -ffast-math. This breaks the build on alpha.
Submitted by: kris
Diffstat (limited to 'games/egoboo')
-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}