aboutsummaryrefslogtreecommitdiff
path: root/graphics/cenon
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-04-23 15:22:27 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-04-23 15:22:27 +0000
commit016d27df7d28807ebd70b293dbc6dfff78443ab5 (patch)
tree156d33f6f3415e1a853337d0e6e301bb050aed23 /graphics/cenon
parent81ebdaf27018a239435c44f7a3bf8501384c860c (diff)
downloadports-016d27df7d28807ebd70b293dbc6dfff78443ab5.tar.gz
ports-016d27df7d28807ebd70b293dbc6dfff78443ab5.zip
- fix broken
only problems with gcc4.x.x
Notes
Notes: svn path=/head/; revision=160232
Diffstat (limited to 'graphics/cenon')
-rw-r--r--graphics/cenon/Makefile6
1 files changed, 4 insertions, 2 deletions
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 <bsd.port.pre.mk>
+.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=""