mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Mark BROKEN when ${OSVERSION} < 702104
Reported by: QAT@ Feature safe: yes
This commit is contained in:
parent
1b7887345d
commit
616fe900b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267719
@ -31,6 +31,11 @@ CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 702104
|
||||
BROKEN= fails to build with closefrom
|
||||
# More detailed message: http://svn.freebsd.org/viewvc/base/stable/7/sys/kern/syscalls.master?revision=195694&view=markup
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \
|
||||
${WRKSRC}/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user