summarylogtreecommitdiffstats
path: root/use-libtirpc-headers.patch
diff options
context:
space:
mode:
authorTeteros2018-09-16 17:31:58 +0100
committerTeteros2018-09-16 17:31:58 +0100
commit24b1cad10a066382e5091c1f7cc7e07a474636b5 (patch)
tree5a6c37bdcf71e1e79f8974aa070053368f60f093 /use-libtirpc-headers.patch
parentdd5897f00ca0f4f6af23a45774bda733d6212773 (diff)
downloadaur-24b1cad10a066382e5091c1f7cc7e07a474636b5.tar.gz
5.9.0-1: New PKGBUILD using upstream install.sh
See discussion on Radium's issue tracker for details https://github.com/kmatheussen/radium/issues/1153
Diffstat (limited to 'use-libtirpc-headers.patch')
-rw-r--r--use-libtirpc-headers.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/use-libtirpc-headers.patch b/use-libtirpc-headers.patch
new file mode 100644
index 000000000000..705b82e8df9a
--- /dev/null
+++ b/use-libtirpc-headers.patch
@@ -0,0 +1,11 @@
+diff -aur --no-dereference radium-5.8.9.pristine/bin/packages/build.sh radium-5.8.9.new/bin/packages/build.sh
+--- radium-5.8.9.pristine/bin/packages/build.sh 2018-09-12 17:40:04.000000000 +0100
++++ radium-5.8.9.new/bin/packages/build.sh 2018-09-15 08:11:31.031841089 +0100
+@@ -97,6 +97,7 @@
+ tar xvzf libpd-master.tar.gz
+ cd libpd-master/
+ make clean
++sed -i '/define CFLAGS/ s|")| -I/usr/include/tirpc ")|' make.scm
+ make -j `nproc`
+ cd ..
+