From 739548bcfc04694be4e96568f348daf53258a6ec Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 19 Mar 2004 22:40:31 +0000 Subject: [PATCH] BROKEN: Does not compile completely (appears as broken pkg-plist) --- graphics/cinepaint/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 + +.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 +.include