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