summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-19 22:40:31 +0000
committerkris <kris@FreeBSD.org>2004-03-19 22:40:31 +0000
commit2784800f44858d39278d7d58906ebea54b22def1 (patch)
tree0c91deecbc77c0fb5ea61746f874c7ed02ce22e2 /graphics
parentf66fcc4930dcf4d1dbd7ccdac276196e1fc2b9d9 (diff)
downloadFreeBSD-ports-2784800f44858d39278d7d58906ebea54b22def1.zip
FreeBSD-ports-2784800f44858d39278d7d58906ebea54b22def1.tar.gz
BROKEN: Does not compile completely (appears as broken pkg-plist)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cinepaint/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile
index fe96f8d..a3b28a4 100644
--- a/graphics/cinepaint/Makefile
+++ b/graphics/cinepaint/Makefile
@@ -40,6 +40,12 @@ PLIST_SUB+= OPENEXR:=""
PLIST_SUB+= OPENEXR:="@comment "
.endif
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile completely"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e \
's| -Wall||' \
@@ -49,4 +55,4 @@ post-patch:
's|-LINUX.+$$||' \
${WRKSRC}/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud