- Mark BROKEN on 6.X: does not compile
Children.cpp:1026: error: void value not ignored as it ought to be Reported by: pointyhat
This commit is contained in:
parent
8ce195815c
commit
b2009c92ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258114
1 changed files with 7 additions and 1 deletions
|
@ -25,6 +25,12 @@ GNU_CONFIGURE= yes
|
|||
USE_XORG= ice x11 sm
|
||||
PLIST_FILES= bin/nxproxy
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not compile on 6.X
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
${LN} -sf ${WRKDIR}/nxcomp-${DISTVERSION:S/2/1/} ${WRKDIR}/nxcomp
|
||||
|
||||
|
@ -43,4 +49,4 @@ pre-build:
|
|||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/nxproxy ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue