- This now fails over on amd64 5.x and 8.x too, so just flip the logic and

allow it on i386 only

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2008-02-19 21:03:11 +00:00
parent 646c85816d
commit 8f4fb6da75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207599

View file

@ -19,17 +19,10 @@ CONFIGURE_ARGS+= --with-builtin="ncenB24.bdf -scale 0.5 -blur 5"
MAN1= ppmcaption.1
PLIST_FILES= bin/ppmcaption
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN= "Does not compile on ia64"
.endif
.if ${ARCH} == "amd64" && ${OSVERSION} < 700000
BROKEN= Does not compile on amd64 5.x/6.x
.endif
ONLY_FOR_ARCHS= i386
ONLY_FOR_ARCHS_REASON= does not compile on ia64 or amd64
post-patch:
${REINPLACE_CMD} -e "s,-lang-c89,," ${WRKSRC}/configure
.include <bsd.port.post.mk>
.include <bsd.port.mk>