git: c5779ae22635 - main - x11-servers/xorg-server: enable libunwind on all supported architectures

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jun 28 20:27:54 UTC 2021


The branch main has been updated by pkubaj:

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

commit c5779ae226358aebe122db5649fea4ad6828aa6a
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-28 20:27:35 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-28 20:27:35 +0000

    x11-servers/xorg-server: enable libunwind on all supported architectures
---
 x11-servers/xorg-server/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile
index 739da636e4a9..8f3e831fc67a 100644
--- a/x11-servers/xorg-server/Makefile
+++ b/x11-servers/xorg-server/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME?=	xorg-server
 PORTVERSION?=	1.20.11
-PORTREVISION?=	1
+PORTREVISION?=	2
 PORTEPOCH?=	1
 CATEGORIES=	x11-servers
 MASTER_SITES=	XORG/individual/xserver
@@ -97,7 +97,7 @@ PLIST=		${.CURDIR}/pkg-plist
 CONFIGURE_ENV=	SHA1_LIB="-L/usr/lib -lcrypto" SHA1_CFLAGS="-I/usr/include"
 .endif
 
-.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
+.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
 LIB_DEPENDS+=	libunwind.so:devel/libunwind
 .endif
 


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