x11-servers/xorg-server: use libunwind on all architectures that are supported

This commit is contained in:
Piotr Kubaj 2021-01-28 16:57:03 +00:00
parent 5bccd39b15
commit a83fa2839b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563148

View File

@ -3,7 +3,7 @@
PORTNAME?= xorg-server
PORTVERSION?= 1.20.9
PORTREVISION?= 2
PORTREVISION?= 3
PORTEPOCH?= 1
CATEGORIES= x11-servers
MASTER_SITES= XORG/individual/xserver
@ -102,7 +102,7 @@ PLIST= ${.CURDIR}/pkg-plist
CONFIGURE_ENV= SHA1_LIB="-L/usr/lib -lcrypto" SHA1_CFLAGS="-I/usr/include"
.endif
.if ${ARCH} == "i386" || ${ARCH} == "amd64"
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
LIB_DEPENDS+= libunwind.so:devel/libunwind
.endif