diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-19 22:40:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-19 22:40:31 +0000 |
commit | 739548bcfc04694be4e96568f348daf53258a6ec (patch) | |
tree | 46d6fd48d3f5ca24a6f48703c2b085a62ed04dc0 /graphics/cinepaint | |
parent | 98b33a85bbff1d0a4124a60d7b38503f85485850 (diff) | |
download | ports-739548bcfc04694be4e96568f348daf53258a6ec.tar.gz ports-739548bcfc04694be4e96568f348daf53258a6ec.zip |
Notes
Diffstat (limited to 'graphics/cinepaint')
-rw-r--r-- | graphics/cinepaint/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index fe96f8d9e215..a3b28a4fb981 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> |