- Mark BROKEN on HEAD: fails to build with new utmpx

Reported by:	pointyhat
This commit is contained in:
Martin Wilke 2010-03-20 13:45:08 +00:00
parent 9d2eb43f70
commit b4595e2897
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251269

View File

@ -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>