git: ed97b20a6627 - main - devel/libunwind: enable on armv7

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jun 28 19:35:21 UTC 2021


The branch main has been updated by pkubaj:

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

commit ed97b20a6627f5f45561ed6d21115b5bb07d3804
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-28 19:34:46 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-28 19:34:46 +0000

    devel/libunwind: enable on armv7
    
    Builds fine.
---
 devel/libunwind/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile
index 4bf131f1a9a4..265d52ccd30f 100644
--- a/devel/libunwind/Makefile
+++ b/devel/libunwind/Makefile
@@ -13,7 +13,7 @@ COMMENT=	Generic stack unwinding library
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc64 powerpc64le
 
 USES=		compiler:c11 libtool pathfix pkgconfig
 
@@ -24,7 +24,7 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
-PLIST_SUB=	ARCH=${ARCH:S|i386|x86|:S|amd64|x86_64|:C|powerpc64.*|ppc64|}
+PLIST_SUB=	ARCH=${ARCH:S|i386|x86|:S|amd64|x86_64|:C|powerpc64.*|ppc64|:S|armv7|arm|}
 
 .include <bsd.port.pre.mk>
 


More information about the dev-commits-ports-main mailing list