aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/sharpconstruct/Makefile
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-04 17:08:35 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-04 17:08:35 +0800
commit5b4608e0de8280cfc4f8c114c4acce9a5c8a34dd (patch)
tree4ec0951296ff4ab1c716eb63e483bcc16cb964c9 /graphics/sharpconstruct/Makefile
parent0a4d29a0214d33f8c63668a91959420c345840a5 (diff)
downloadfreebsd-ports-gnome-5b4608e0de8280cfc4f8c114c4acce9a5c8a34dd.tar.gz
freebsd-ports-gnome-5b4608e0de8280cfc4f8c114c4acce9a5c8a34dd.tar.zst
freebsd-ports-gnome-5b4608e0de8280cfc4f8c114c4acce9a5c8a34dd.zip
Mark as broken with gcc4.2.
Diffstat (limited to 'graphics/sharpconstruct/Makefile')
-rw-r--r--graphics/sharpconstruct/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/sharpconstruct/Makefile b/graphics/sharpconstruct/Makefile
index e661847c5f95..64d397a39d9e 100644
--- a/graphics/sharpconstruct/Makefile
+++ b/graphics/sharpconstruct/Makefile
@@ -38,4 +38,10 @@ post-patch:
@${FIND} ${WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 \
${REINPLACE_CMD} -e '/^DEFS / s|$$| -DDATADIR=\\"${DATADIR}\\"|'
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>