summarylogtreecommitdiffstats
path: root/faust-accept-clang-390.patch
diff options
context:
space:
mode:
authorJakob Gahde2016-10-30 00:28:10 +0200
committerJakob Gahde2016-10-30 00:28:10 +0200
commitdbd7b0fc5338da6fab2719424ee0329ab43393ca (patch)
tree7bdaef918d02051864c583c58ce07ae271f37168 /faust-accept-clang-390.patch
parent07350c24f72b5fe9a448ee0cdb4a3d01e89a97f2 (diff)
downloadaur-dbd7b0fc5338da6fab2719424ee0329ab43393ca.tar.gz
Use system-wide VST SDK from steinberg-vst36
Also: Fix loading of xcb platform plugin (again) Also: Allow the Faust part to be built with LLVM 3.9.0 Also: Include Faust GUI styles in the package
Diffstat (limited to 'faust-accept-clang-390.patch')
-rw-r--r--faust-accept-clang-390.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/faust-accept-clang-390.patch b/faust-accept-clang-390.patch
new file mode 100644
index 000000000000..568fec8cf42a
--- /dev/null
+++ b/faust-accept-clang-390.patch
@@ -0,0 +1,12 @@
+diff -aur --no-dereference package.pristine/bin/packages/faust2/compiler/Makefile.unix package.new/bin/packages/faust2/compiler/Makefile.unix
+--- package.pristine/bin/packages/faust2/compiler/Makefile.unix 2016-10-29 17:56:44.082520406 +0200
++++ package.new/bin/packages/faust2/compiler/Makefile.unix 2016-10-29 17:56:54.242445169 +0200
+@@ -102,7 +102,7 @@
+ CLANGLIBS=$(CLANGLIBSLIST)
+ CXXFLAGS += -std=gnu++11
+
+-else ifeq ($(LLVM_VERSION),$(filter $(LLVM_VERSION), 3.8.0))
++else ifeq ($(LLVM_VERSION),$(filter $(LLVM_VERSION), 3.8.0 3.9.0))
+ LLVM_VERSION = LLVM_38
+ CLANGLIBS=$(CLANGLIBSLIST)
+ CXXFLAGS += -std=gnu++11