From a3b11f534f1ba2025acd6c0a7cd5a368c6c4261e Mon Sep 17 00:00:00 2001 From: linimon Date: Thu, 4 Oct 2007 08:50:50 +0000 Subject: Mark as broken with gcc4.2. --- graphics/ffff/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics/ffff') 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 +.include + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include -- cgit