mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libGL: rebuild with llvm using the CXX11 ABI
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
ed4bda4806
commit
01d1e8710c
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libGL'
|
# Template file for 'libGL'
|
||||||
pkgname=libGL
|
pkgname=libGL
|
||||||
version=18.1.4
|
version=18.1.4
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="mesa-${version}"
|
wrksrc="mesa-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shared-glapi --enable-gbm
|
configure_args="--enable-shared-glapi --enable-gbm
|
||||||
|
@ -64,8 +64,6 @@ armv[5-6]*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
CXXFLAGS+=" -D_GLIBCXX_USE_CXX11_ABI=0"
|
|
||||||
|
|
||||||
# -devel must be the last one for proper order.
|
# -devel must be the last one for proper order.
|
||||||
subpackages+=" MesaLib-devel"
|
subpackages+=" MesaLib-devel"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue