Date: Tue, 6 Apr 2021 14:09:47 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 764f28590e5b - main - x11/virtualgl: enable on powerpc64 Message-ID: <202104061409.136E9l31069379@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=764f28590e5bb735b25cb51243a07cee6a6fed5f commit 764f28590e5bb735b25cb51243a07cee6a6fed5f Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-04-06 14:09:28 +0000 Commit: Piotr Kubaj <pkubaj@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104061409.136E9l31069379>