Date: Tue, 5 Oct 2021 20:01:59 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 900abb8936f5 - main - devel/libunwind: Add CPE information Message-ID: <202110052001.195K1xLl043563@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=900abb8936f562a3279bf0fd83e19ef0df660182 commit 900abb8936f562a3279bf0fd83e19ef0df660182 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-05 19:47:03 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-05 20:01:24 +0000 devel/libunwind: Add CPE information Approved by: portmgr (blanket) --- devel/libunwind/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile index 2adeb650895a..3fa14630bfe9 100644 --- a/devel/libunwind/Makefile +++ b/devel/libunwind/Makefile @@ -15,7 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc64 powerpc64le -USES= compiler:c11 libtool pathfix pkgconfig +USES= compiler:c11 cpe libtool pathfix pkgconfig + +CPE_VENDOR= libunwind_project CFLAGS_powerpc64= -maltivec CFLAGS_powerpc64le= -maltivec
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110052001.195K1xLl043563>