mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
libGL: rebuild against llvm-3.9.0.
This commit is contained in:
parent
2c6d5bd1e3
commit
1f261b4092
2 changed files with 24 additions and 1 deletions
23
srcpkgs/libGL/patches/llvm.patch
Normal file
23
srcpkgs/libGL/patches/llvm.patch
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
From 82e0bbd01abfb2073519941d9893fa6ac05fb58c Mon Sep 17 00:00:00 2001
|
||||||
|
From: =?UTF-8?q?Vedran=20Mileti=C4=87?= <vedran@miletic.net>
|
||||||
|
Date: Tue, 21 Jun 2016 01:17:49 +0200
|
||||||
|
Subject: clover: Fix build against clang SVN >= r273191
|
||||||
|
MIME-Version: 1.0
|
||||||
|
Content-Type: text/plain; charset=UTF-8
|
||||||
|
Content-Transfer-Encoding: 8bit
|
||||||
|
|
||||||
|
setLangDefaults() now requires PreprocessorOptions as an argument.
|
||||||
|
|
||||||
|
Reviewed-and-Tested-by: Michel Dänzer <michel.daenzer@amd.com>
|
||||||
|
|
||||||
|
--- src/gallium/state_trackers/clover/llvm/invocation.cpp
|
||||||
|
+++ src/gallium/state_trackers/clover/llvm/invocation.cpp
|
||||||
|
@@ -207,7 +207,7 @@ namespace {
|
||||||
|
c.getDiagnosticOpts().ShowCarets = false;
|
||||||
|
c.getInvocation().setLangDefaults(c.getLangOpts(), clang::IK_OpenCL,
|
||||||
|
#if HAVE_LLVM >= 0x0309
|
||||||
|
- llvm::Triple(triple),
|
||||||
|
+ llvm::Triple(triple), c.getPreprocessorOpts(),
|
||||||
|
#endif
|
||||||
|
clang::LangStandard::lang_opencl11);
|
||||||
|
c.createDiagnostics(
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libGL'.
|
# Template build file for 'libGL'.
|
||||||
pkgname=libGL
|
pkgname=libGL
|
||||||
version=12.0.1
|
version=12.0.1
|
||||||
revision=1
|
revision=2
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue