mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
This commit is contained in:
parent
ddb8804c0f
commit
9d2eb43f70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251268
@ -31,4 +31,8 @@ post-install:
|
||||
CFLAGS+= -fPIC
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -27,6 +27,12 @@ DOCS= package/CHANGES package/COPYING package/README \
|
||||
CONFIG= etc/freebsd/1 etc/2 etc/freebsd/3 etc/freebsd/ctrlaltdel \
|
||||
etc/freebsd/getty-ttyv4/run etc/freebsd/getty-ttyv4/finish
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
BROKEN= fails to build with new utmpx
|
||||
.endif
|
||||
|
||||
do-configure:
|
||||
${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-cc
|
||||
|
||||
@ -52,4 +58,4 @@ do-install:
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user