aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-28 20:27:30 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-28 20:27:30 +0000
commitc53404820be78af22b63be0e399dac2d0af9bf9e (patch)
treeff67af30afc2f782da904ac2a621b6393ab4daa4
parent7d1d2e947bc05f98f21a9e1df197138462652657 (diff)
downloadports-c53404820be78af22b63be0e399dac2d0af9bf9e.tar.gz
ports-c53404820be78af22b63be0e399dac2d0af9bf9e.zip
net/samba412: enable libunwind on all supported architectures
-rw-r--r--net/samba412/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba412/Makefile b/net/samba412/Makefile
index eddff1d0da02..420e5a32ccbb 100644
--- a/net/samba412/Makefile
+++ b/net/samba412/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ${SAMBA4_BASENAME}412
PORTVERSION= ${SAMBA4_VERSION}
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES?= net
MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc
DISTNAME= ${SAMBA4_DISTNAME}
@@ -383,7 +383,7 @@ MANDOC_CONFIGURE_ENV_OFF= XSLTPROC="true"
.include <bsd.port.options.mk>
##############################################################################
-.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
+.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
# unwind
LIB_DEPENDS+= libunwind.so:devel/libunwind
.endif