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