svn commit: r563148 - head/x11-servers/xorg-server
Piotr Kubaj
pkubaj at FreeBSD.org
Thu Jan 28 16:57:03 UTC 2021
Author: pkubaj
Date: Thu Jan 28 16:57:03 2021
New Revision: 563148
URL: https://svnweb.freebsd.org/changeset/ports/563148
Log:
x11-servers/xorg-server: use libunwind on all architectures that are supported
Modified:
head/x11-servers/xorg-server/Makefile
Modified: head/x11-servers/xorg-server/Makefile
==============================================================================
--- head/x11-servers/xorg-server/Makefile Thu Jan 28 16:56:52 2021 (r563147)
+++ head/x11-servers/xorg-server/Makefile Thu Jan 28 16:57:03 2021 (r563148)
@@ -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
More information about the svn-ports-all
mailing list