- Mark BROKEN on 6.X: does not compile (-fvisibility=hidden)

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-11-06 20:45:25 +00:00
parent 30000658ae
commit 653592c0be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264161

View file

@ -25,9 +25,15 @@ MAKEFILE= GNUmakefile
PLIST_FILES= bin/mkclean bin/mkWDclean bin/mkvtree
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/release/*/mkclean ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/release/*/mkWDclean ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/release/*/mkvtree ${PREFIX}/bin
.include <bsd.port.mk>
.include <bsd.port.post.mk>