BROKEN on alpha 4.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-03-14 01:39:30 +00:00
parent 5c8eadd701
commit 11a96072fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103931

View file

@ -26,6 +26,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_ARGS= --disable-ewarning
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
BROKEN= "Does not compile on alpha 4.x"
.endif
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
@ -33,4 +39,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/test/example*.cpp ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>