summarylogtreecommitdiffstats
path: root/faust-accept-clang-390.patch
diff options
context:
space:
mode:
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