diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-25 14:12:35 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-25 14:12:35 +0000 |
commit | 202012d147e45fa419049044c89e30a81f839fa8 (patch) | |
tree | 82ff42928639f213bca5eda1fcaa8f51bfbe19d0 | |
parent | eb9fbff79f424768840bf9c93025cf92d4565248 (diff) | |
download | ports-202012d147e45fa419049044c89e30a81f839fa8.tar.gz ports-202012d147e45fa419049044c89e30a81f839fa8.zip |
net-mgmt/ipv6calc: remove workaround for powerpc*
The port now builds fine.
-rw-r--r-- | net-mgmt/ipv6calc/Makefile | 8 |
1 files changed, 1 insertions, 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 <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> |