git: 8dbfba4e8e2b - main - x11/virtualgl: enable on armv7 and powerpc

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jun 15 08:42:29 UTC 2021


The branch main has been updated by pkubaj:

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

commit 8dbfba4e8e2ba08f80fc275e5dc6b0f4a91c2763
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-15 08:41:24 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-15 08:41:24 +0000

    x11/virtualgl: enable on armv7 and powerpc
---
 x11/virtualgl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11/virtualgl/Makefile b/x11/virtualgl/Makefile
index 4adab13a3216..6acfcd9710b6 100644
--- a/x11/virtualgl/Makefile
+++ b/x11/virtualgl/Makefile
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
 		libturbojpeg.so:graphics/libjpeg-turbo \
 		libxcb-keysyms.so:x11/xcb-util-keysyms
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS=	amd64 armv7 i386 powerpc powerpc64 powerpc64le
 
 CMAKE_INSTALL_PREFIX=	${LOCALBASE}/VirtualGL
 DOCSDIR=	${LOCALBASE}/VirtualGL/doc
@@ -46,7 +46,7 @@ XVIDEO_USE=	XORG=xv
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "i386"
+.if ${ARCH} == "armv7" || ${ARCH} == "i386" || ${ARCH} == "powerpc"
 PLIST_SUB+=	I386=""
 PLIST_SUB+=	AMD64="@comment "
 .else


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