summarylogtreecommitdiffstats
path: root/downgrade-gcc-libpd.patch
blob: a5f603eea7c3039762dd592a9dbb40f55f967be0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -aur --no-dereference '--exclude=.git' radium-6.5.76.pristine/bin/packages/build.sh radium-6.5.76.new/bin/packages/build.sh
--- radium-6.5.76.pristine/bin/packages/build.sh	2020-11-13 13:20:36.000000000 +0000
+++ radium-6.5.76.new/bin/packages/build.sh	2020-11-14 16:45:00.047753365 +0000
@@ -133,7 +133,7 @@
 sed -i '/define CFLAGS/ s|")| -I/usr/include/tirpc ")|' make.scm
 sed -i 's/k_cext$//' make.scm
 sed -i 's/oscx //' make.scm
-sed -i 's/gcc -O3/clang -Wno-return-type -O3/' make.scm
+sed -i 's/gcc/gcc-9/' make.scm
 make clean
 make -j`nproc`
 cd ..