From e4225b0f3b5886760cccb4185cc5292970e46c5c Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 30 Jan 2008 20:12:25 +0000 Subject: - Mark BROKEN: does not compile on amd64 with GCC 4.2 Reported by: pointyhat --- graphics/cinepaint/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics/cinepaint') diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index db8dc4fed796..6fc820b5f80f 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -45,6 +45,12 @@ PLIST_SUB+= OPENEXR:="" PLIST_SUB+= OPENEXR:="@comment " .endif +.include + +.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64" +BROKEN= does not compile +.endif + post-patch: @${REINPLACE_CMD} -e \ 's| -Wall||' \ @@ -58,4 +64,4 @@ post-patch: 's|static GDrawableType|static GImageType|' \ ${WRKSRC}/plug-ins/psd/psd.c -.include +.include -- cgit v1.2.3