BROKEN on 5.x: configure fails
This commit is contained in:
parent
a417748c87
commit
8bb57d5d5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101265
1 changed files with 7 additions and 1 deletions
|
@ -33,6 +33,12 @@ CONFIGURE_ENV+= CPPFLAGS="${CXXFLAGS} -I${PREFIX}/include" \
|
|||
LDFLAGS=-L${PREFIX}/lib
|
||||
CONFIGURE_ARGS+= --datadir=${PREFIX}/share
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502102
|
||||
BROKEN= "Configure fails"
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL
|
||||
|
||||
|
@ -56,4 +62,4 @@ post-install:
|
|||
.endif
|
||||
${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue