- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
This commit is contained in:
parent
9d2eb43f70
commit
b4595e2897
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251269
1 changed files with 7 additions and 1 deletions
|
@ -69,6 +69,12 @@ MLINKS= pvf.1 pvfamp.1 \
|
|||
pvf.1 wavtopvf.1
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
CFLAGS+= -DAUTO_PPP
|
||||
.if defined(WITH_FIDO) && ${WITH_FIDO:L} != no
|
||||
CFLAGS+= -DFIDO
|
||||
|
@ -100,4 +106,4 @@ post-install:
|
|||
@(cd ${PKGDIR}; export PKG_PREFIX=${PREFIX}; ${PERL5} ${PKGINSTALL} _ POST-INSTALL)
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue