diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 08:50:50 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 08:50:50 +0000 |
commit | 9a632582741e7d953d0352a43311259e880d013a (patch) | |
tree | d1e16766263699e87f212df7ca2bc2ffae0de0de /graphics/ffff | |
parent | be8808059dee07df3a0b14bc6d96a2046acf2b6d (diff) | |
download | ports-9a632582741e7d953d0352a43311259e880d013a.tar.gz ports-9a632582741e7d953d0352a43311259e880d013a.zip |
Notes
Diffstat (limited to 'graphics/ffff')
-rw-r--r-- | graphics/ffff/Makefile | 8 |
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> |