Skip to content

Commit

Permalink
net-mgmt/ipv6calc: Unbreak on HEAD
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed May 2, 2023
1 parent 8d75159 commit 8f88b04
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion net-mgmt/ipv6calc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 8f88b04

Please sign in to comment.