aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-28 19:34:46 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-28 19:34:46 +0000
commited97b20a6627f5f45561ed6d21115b5bb07d3804 (patch)
tree88059dd116b06ff6a22ffc94f09fe61c8b0b35ed
parent6718da31bafa57023a3098ec382cce2d2b265aa2 (diff)
downloadports-ed97b20a6627f5f45561ed6d21115b5bb07d3804.tar.gz
ports-ed97b20a6627f5f45561ed6d21115b5bb07d3804.zip
devel/libunwind: enable on armv7
Builds fine.
-rw-r--r--devel/libunwind/Makefile4
1 files 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>