mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
net-mgmt/ipv6calc: Unbreak on HEAD
Approved by: portmgr (blanket)
This commit is contained in:
parent
8d75159467
commit
8f88b04843
@ -20,7 +20,13 @@ GNU_CONFIGURE= yes
|
||||
|
||||
SHEBANG_FILES= tools/*
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
|
||||
CFLAGS+= -Wno-error=deprecated-non-prototype
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user