Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Apr 2022 15:51:16 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9e005a74f5e2 - main - devel/libunwind: drop unnecessary CFLAGS_powerpc64
Message-ID:  <202204221551.23MFpGx3021651@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9e005a74f5e27e67e68e3e740ed16b793270a050

commit 9e005a74f5e27e67e68e3e740ed16b793270a050
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-22 15:37:19 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-22 15:37:19 +0000

    devel/libunwind: drop unnecessary CFLAGS_powerpc64
---
 devel/libunwind/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile
index 552026241420..a404f9df3595 100644
--- a/devel/libunwind/Makefile
+++ b/devel/libunwind/Makefile
@@ -17,7 +17,6 @@ ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
 
 USES=		compiler:c11 cpe libtool pathfix pkgconfig
 
-CFLAGS_powerpc64=	-maltivec
 CONFIGURE_ARGS=	ac_cv_path_LATEX2MAN=${TRUE}
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204221551.23MFpGx3021651>