1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

net/samba412: enable libunwind on all supported architectures

This commit is contained in:
Piotr Kubaj 2021-06-28 20:27:30 +00:00
parent 7d1d2e947b
commit c53404820b

View File

@ -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