aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/wildmagic
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2007-06-07 04:47:11 +0800
committerthierry <thierry@FreeBSD.org>2007-06-07 04:47:11 +0800
commit9aa671bdd9265362f063f4c2bfaf7a80f6250a26 (patch)
treec4d088fbff176654c07aa797cfed9f80ab2bab37 /graphics/wildmagic
parent62ef284ee579a94dfec7775d5520fad49eb6c152 (diff)
downloadfreebsd-ports-gnome-9aa671bdd9265362f063f4c2bfaf7a80f6250a26.tar.gz
freebsd-ports-gnome-9aa671bdd9265362f063f4c2bfaf7a80f6250a26.tar.zst
freebsd-ports-gnome-9aa671bdd9265362f063f4c2bfaf7a80f6250a26.zip
Mark BROKEN with gcc 4.2.
Reported by: pointyhat via Kris
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>