- Mark BROKEN: does not compile on amd64 with GCC 4.2

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2008-01-30 20:12:25 +00:00
parent 1bd4b124d9
commit e4225b0f3b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206478

View File

@ -45,6 +45,12 @@ PLIST_SUB+= OPENEXR:=""
PLIST_SUB+= OPENEXR:="@comment "
.endif
.include <bsd.port.pre.mk>
.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 <bsd.port.mk>
.include <bsd.port.post.mk>