Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Apr 2022 17:04:51 GMT
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 45542e4f309d - 2022Q2 - devel/libunwind: drop unnecessary CFLAGS_powerpc64
Message-ID:  <202204271704.23RH4pxA057727@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q2 has been updated by tijl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=45542e4f309dc7cb6d644afaaa50ee0be02136c0

commit 45542e4f309dc7cb6d644afaaa50ee0be02136c0
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-22 15:37:19 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2022-04-27 16:58:51 +0000

    devel/libunwind: drop unnecessary CFLAGS_powerpc64
    
    (cherry picked from commit 9e005a74f5e27e67e68e3e740ed16b793270a050)
---
 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?202204271704.23RH4pxA057727>