git: 764f28590e5b - main - x11/virtualgl: enable on powerpc64

Piotr Kubaj pkubaj at FreeBSD.org
Tue Apr 6 14:09:48 UTC 2021


The branch main has been updated by pkubaj:

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

commit 764f28590e5bb735b25cb51243a07cee6a6fed5f
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-04-06 14:09:28 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-04-06 14:09:28 +0000

    x11/virtualgl: enable on powerpc64
---
 x11/virtualgl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11/virtualgl/Makefile b/x11/virtualgl/Makefile
index a0f033cc435a..ae40f9268f46 100644
--- a/x11/virtualgl/Makefile
+++ b/x11/virtualgl/Makefile
@@ -15,7 +15,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 powerpc64le
+ONLY_FOR_ARCHS=	amd64 i386 powerpc64 powerpc64le
 
 CMAKE_INSTALL_PREFIX=	${LOCALBASE}/VirtualGL
 DOCSDIR=	${LOCALBASE}/VirtualGL/doc


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