svn commit: r561250 - head/graphics/libglvnd
Piotr Kubaj
pkubaj at FreeBSD.org
Mon Jan 11 19:29:35 UTC 2021
Author: pkubaj
Date: Mon Jan 11 19:29:34 2021
New Revision: 561250
URL: https://svnweb.freebsd.org/changeset/ports/561250
Log:
graphics/libglvnd: fix build on powerpc64le
Same issue as on powerpc64.
Modified:
head/graphics/libglvnd/Makefile
Modified: head/graphics/libglvnd/Makefile
==============================================================================
--- head/graphics/libglvnd/Makefile Mon Jan 11 19:22:21 2021 (r561249)
+++ head/graphics/libglvnd/Makefile Mon Jan 11 19:29:34 2021 (r561250)
@@ -30,7 +30,7 @@ X11_MESON_ENABLED= x11 glx
.include <bsd.port.options.mk>
-.if ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc64*}
USES+= compiler:gcc-c++11-lib
.else
USES+= compiler:c++11-lib
More information about the svn-ports-all
mailing list