- Mark BROKEN on 6.X: does not compile (-fvisibility=hidden)
Reported by: pointyhat
This commit is contained in:
parent
30000658ae
commit
653592c0be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264161
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue