From b482c2086ea2d5e1d8327f73a0bd7b782b7e5163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 10 Oct 2019 16:59:44 +0200 Subject: [PATCH] mesa: workaround for broken build. --- sys-libs/mesa/mesa-17.1.10.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/mesa/mesa-17.1.10.recipe b/sys-libs/mesa/mesa-17.1.10.recipe index ada9653e4..fdf12c082 100644 --- a/sys-libs/mesa/mesa-17.1.10.recipe +++ b/sys-libs/mesa/mesa-17.1.10.recipe @@ -94,7 +94,7 @@ BUILD() # manually patch it here sed -i 's@"\$LLVM_VERSION_MAJOR" -gt "\$llvm_target_version_major"@true@' configure sed -i 's@-DHAVE_LLVM=0x0\$LLVM_VERSION_INT@-DHAVE_LLVM=0x0700@' configure - runConfigure ./configure \ + LDFLAGS="-lstdc++" runConfigure ./configure \ --enable-llvm \ --disable-dri \ --disable-glx \