1
0
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:
Muhammad Moinur Rahman 2023-05-02 15:33:53 +02:00
parent 8d75159467
commit 8f88b04843

View File

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