aboutsummaryrefslogtreecommitdiff
path: root/graphics/libglvnd
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-11 19:29:34 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-11 19:29:34 +0000
commit8832a0fb597521298120e485198372ce6ec2e947 (patch)
tree96149c29e11d092939b8338f3e38e22b40c8d0d3 /graphics/libglvnd
parent39fb66171b4547488d48a133cefbb8f481d4bf3c (diff)
downloadports-8832a0fb597521298120e485198372ce6ec2e947.tar.gz
ports-8832a0fb597521298120e485198372ce6ec2e947.zip
graphics/libglvnd: fix build on powerpc64le
Same issue as on powerpc64.
Notes
Notes: svn path=/head/; revision=561250
Diffstat (limited to 'graphics/libglvnd')
-rw-r--r--graphics/libglvnd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libglvnd/Makefile b/graphics/libglvnd/Makefile
index ab88ba99a1ca..2355743e2cba 100644
--- a/graphics/libglvnd/Makefile
+++ b/graphics/libglvnd/Makefile
@@ -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