Broken: does not compile.

This commit is contained in:
Mark Linimon 2006-07-14 04:34:14 +00:00
parent 84676f2409
commit dc549ef09d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167742

View File

@ -26,6 +26,13 @@ OPTIONS= OPTIMIZED_CFLAGS "Enable compilation optimizations" on
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN= does not link on ${ARCH}
.endif
.if ${ARCH} == "i386" && ${OSVERSION} < 500000
BROKEN= does not compile
.endif
post-patch:
@${FIND} ${WRKSRC} -type f -name configure -print0 | ${XARGS} -0 \
${REINPLACE_CMD} -e \