1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

net-mgmt/ipv6calc: remove workaround for powerpc*

The port now builds fine.
This commit is contained in:
Piotr Kubaj 2022-04-25 14:12:35 +00:00
parent eb9fbff79f
commit 202012d147

View File

@ -19,15 +19,9 @@ GNU_CONFIGURE= yes
SHEBANG_FILES= tools/*.pl tools/*.sh.in
.include <bsd.port.pre.mk>
.if !(${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64)
CFLAGS+= -Wno-unknown-warning-option
.else
CFLAGS+= -Wno-uninitialized
.endif
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.post.mk>
.include <bsd.port.mk>