From de921ebe6c5bece4b0ffecbdfc92ca919e67a2b1 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sun, 23 Apr 2006 15:22:27 +0000 Subject: - fix broken only problems with gcc4.x.x --- graphics/cenon/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'graphics/cenon') diff --git a/graphics/cenon/Makefile b/graphics/cenon/Makefile index 882715bc496d..163bc4ea03db 100644 --- a/graphics/cenon/Makefile +++ b/graphics/cenon/Makefile @@ -17,8 +17,6 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= danfe@FreeBSD.org COMMENT= A vector graphics tool for GNUstep -BROKEN= Does not compile - GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep PREFIX= ${GNUSTEP_PREFIX} NO_MTREE= yes @@ -37,6 +35,10 @@ OPTIONS= FULL_LIBRARY "Install complete Cenon Library" off .include +.if ${CC} == "gcc40" || ${CC} == "gcc41" || ${CC} == "gcc42" +BROKEN= Does not compile +.endif + .if defined(WITH_FULL_LIBRARY) DISTFILES+= CenonLibrary-${PORTVERSION}-1${EXTRACT_SUFX} PLIST_SUB+= FULL="" -- cgit