aboutsummaryrefslogtreecommitdiff
path: root/graphics/ffff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-04 08:50:50 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-04 08:50:50 +0000
commit9a632582741e7d953d0352a43311259e880d013a (patch)
treed1e16766263699e87f212df7ca2bc2ffae0de0de /graphics/ffff
parentbe8808059dee07df3a0b14bc6d96a2046acf2b6d (diff)
downloadports-9a632582741e7d953d0352a43311259e880d013a.tar.gz
ports-9a632582741e7d953d0352a43311259e880d013a.zip
Notes
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>