forked from Lainports/freebsd-ports
net-mgmt/ipv6calc: Unbreak on HEAD
Approved by: portmgr (blanket)
This commit is contained in:
parent
8d75159467
commit
8f88b04843
1 changed files with 7 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue