aboutsummaryrefslogtreecommitdiff
path: root/graphics/wildmagic
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2007-06-06 20:47:11 +0000
committerThierry Thomas <thierry@FreeBSD.org>2007-06-06 20:47:11 +0000
commit4eeab5e493ad1ddc68a1b486e6e20255428d6bd8 (patch)
tree4f3a09140a844d082f3923824d87fa70087d478b /graphics/wildmagic
parent3b3d5639e61c54661606cc789fb595b4f12a9f59 (diff)
downloadports-4eeab5e493ad1ddc68a1b486e6e20255428d6bd8.tar.gz
ports-4eeab5e493ad1ddc68a1b486e6e20255428d6bd8.zip
Notes
Diffstat (limited to 'graphics/wildmagic')
-rw-r--r--graphics/wildmagic/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/wildmagic/Makefile b/graphics/wildmagic/Makefile
index 106564735edf..7fa895d7f664 100644
--- a/graphics/wildmagic/Makefile
+++ b/graphics/wildmagic/Makefile
@@ -57,6 +57,12 @@ CONFIG= Release
#CFLAGS+= -DNDEBUG
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Broken with gcc 4.2
+.endif
+
pre-configure:
${FIND} ${WRKSRC} -name "*.wm${MV}" | ${XARGS} \
${REINPLACE_CMD} -e 's|make -f|${SETENV} ${MAKE_ENV} ${GMAKE} -f|; \
@@ -96,4 +102,4 @@ do-install:
${FIND} ${EXAMPLESDIR} -name "*.bak" -delete
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>