git: 202012d147e4 - main - net-mgmt/ipv6calc: remove workaround for powerpc*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Apr 2022 14:28:19 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=202012d147e45fa419049044c89e30a81f839fa8 commit 202012d147e45fa419049044c89e30a81f839fa8 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-25 14:12:35 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-25 14:12:35 +0000 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 <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>