From 202012d147e45fa419049044c89e30a81f839fa8 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Mon, 25 Apr 2022 14:12:35 +0000 Subject: net-mgmt/ipv6calc: remove workaround for powerpc* The port now builds fine. --- net-mgmt/ipv6calc/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile index f8f2ac1277ab..59efb3d2b35f 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/ipv6calc/Makefile @@ -19,15 +19,9 @@ GNU_CONFIGURE= yes SHEBANG_FILES= tools/*.pl tools/*.sh.in -.include - -.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 +.include -- cgit v1.2.3