summarylogtreecommitdiffstats
path: root/faust-buildfix.patch
diff options
context:
space:
mode:
authorTeteros2021-05-17 21:45:39 +0100
committerTeteros2021-05-17 21:45:39 +0100
commitbcc5f19d0e98f96236ab68c683e9e5fff27eda36 (patch)
treec728e5f79efed9a6cea123ffa66b9c0561654c71 /faust-buildfix.patch
parent291854d1d79f27b063a4a7c375da80ac9d6576cc (diff)
downloadaur-bcc5f19d0e98f96236ab68c683e9e5fff27eda36.tar.gz
6.9.72-1
Diffstat (limited to 'faust-buildfix.patch')
-rw-r--r--faust-buildfix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/faust-buildfix.patch b/faust-buildfix.patch
new file mode 100644
index 000000000000..f94c724351c1
--- /dev/null
+++ b/faust-buildfix.patch
@@ -0,0 +1,11 @@
+diff -aur --no-dereference '--exclude=.git' radium-6.9.72.old/bin/packages/build.sh radium-6.9.72.new/bin/packages/build.sh
+--- radium-6.9.72.old/bin/packages/build.sh 2021-05-12 12:22:43.000000000 +0100
++++ radium-6.9.72.new/bin/packages/build.sh 2021-05-17 21:09:20.161588109 +0100
+@@ -103,6 +103,7 @@
+ patch -p0 <../faust_nollvm.patch
+ fi
+ patch -p1 <../faust_llvm_fix.patch
++ patch -p0 <../faust_add_include.patch
+ VERBOSE=1 CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" CMAKEOPT="-DCMAKE_BUILD_TYPE=Release -DSELF_CONTAINED_LIBRARY=on -DCMAKE_CXX_COMPILER=`which $DASCXX` -DCMAKE_C_COMPILER=`which $DASCC`" make most
+ cd ..
+ }