aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ffff
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-04 16:50:50 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-04 16:50:50 +0800
commita3b11f534f1ba2025acd6c0a7cd5a368c6c4261e (patch)
treecd18c60dbdb8087a83dff262fb9773875428db0b /graphics/ffff
parent4fc4d2f9d7642039728a6617549d35aee793a725 (diff)
downloadfreebsd-ports-gnome-a3b11f534f1ba2025acd6c0a7cd5a368c6c4261e.tar.gz
freebsd-ports-gnome-a3b11f534f1ba2025acd6c0a7cd5a368c6c4261e.tar.zst
freebsd-ports-gnome-a3b11f534f1ba2025acd6c0a7cd5a368c6c4261e.zip
Mark as broken with gcc4.2.
Diffstat (limited to 'graphics/ffff')
-rw-r--r--graphics/ffff/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/ffff/Makefile b/graphics/ffff/Makefile
index f2bdfba96e83..b0defb3ff997 100644
--- a/graphics/ffff/Makefile
+++ b/graphics/ffff/Makefile
@@ -47,4 +47,10 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-.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>