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 | |
parent | - Clean up rw locate dir. Fixes leftover files for package users (diff) |
Mark as broken with gcc4.2.
Diffstat (limited to 'graphics')
-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> |