summarylogtreecommitdiffstats
path: root/add-vstsdk-location-var.patch
diff options
context:
space:
mode:
Diffstat (limited to 'add-vstsdk-location-var.patch')
-rw-r--r--add-vstsdk-location-var.patch24
1 files changed, 12 insertions, 12 deletions
diff --git a/add-vstsdk-location-var.patch b/add-vstsdk-location-var.patch
index a3e24f4f8b8a..67e909634f25 100644
--- a/add-vstsdk-location-var.patch
+++ b/add-vstsdk-location-var.patch
@@ -1,6 +1,6 @@
-diff '--color=always' -aur --no-dereference '--exclude=.git' radium-6.5.84.old/check_dependencies.sh radium-6.5.84.new/check_dependencies.sh
---- radium-6.5.84.old/check_dependencies.sh 2020-12-06 19:02:42.000000000 +0000
-+++ radium-6.5.84.new/check_dependencies.sh 2020-12-07 15:42:25.481575479 +0000
+diff -aur --no-dereference '--exclude=.git' radium-6.6.77.old/check_dependencies.sh radium-6.6.77.new/check_dependencies.sh
+--- radium-6.6.77.old/check_dependencies.sh 2020-12-20 19:57:05.000000000 +0000
++++ radium-6.6.77.new/check_dependencies.sh 2020-12-24 13:20:32.615606788 +0000
@@ -226,13 +226,6 @@
exit 5
fi
@@ -15,21 +15,21 @@ diff '--color=always' -aur --no-dereference '--exclude=.git' radium-6.5.84.old/c
if [[ $4 == "test_build" ]] ; then
if [ `uname` == "Linux" ] ; then
if [ ! -f bin/packages/deletemetorebuild ] ; then
-diff '--color=always' -aur --no-dereference '--exclude=.git' radium-6.5.84.old/Makefile.Qt radium-6.5.84.new/Makefile.Qt
---- radium-6.5.84.old/Makefile.Qt 2020-12-06 19:02:42.000000000 +0000
-+++ radium-6.5.84.new/Makefile.Qt 2020-12-07 15:44:32.972013226 +0000
-@@ -306,7 +306,7 @@
+diff -aur --no-dereference '--exclude=.git' radium-6.6.77.old/Makefile.Qt radium-6.6.77.new/Makefile.Qt
+--- radium-6.6.77.old/Makefile.Qt 2020-12-20 19:57:05.000000000 +0000
++++ radium-6.6.77.new/Makefile.Qt 2020-12-24 13:23:13.945876161 +0000
+@@ -308,7 +308,7 @@
FLAGOPTS = $(DEFINES) -DGUIISQT -DFULL_VERSION=$(FULL_VERSION) -DIS_LITTLE_ENDIAN=1 -DUSE_OPENGL=1 $(VISUAL) $(REQTYPE_TYPE) $(MENU_TYPE)
--COMMONOPT = -c `cat buildtype.opt` -I$(GCDIR)/include -I$(P) -I$(PYPATH) `cat flagopts.opt` $(MIDIINC) $(OS_OPTS) $(VST_OPTS) -I${HOME}/boost_1_70_0 -I${HOME}/boost_1_67_0 -I${HOME}/boost_1_63_0 -I ~/SDKs/VST_SDK/VST2_SDK/ -I ~/SDKs/vstsdk2.4/ -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unknown-pragmas -fno-strict-aliasing -Wmissing-field-initializers -Wnull-dereference
-+COMMONOPT = -c `cat buildtype.opt` -I$(GCDIR)/include -I$(P) -I$(PYPATH) `cat flagopts.opt` $(MIDIINC) $(OS_OPTS) $(VST_OPTS) -I${HOME}/boost_1_70_0 -I${HOME}/boost_1_67_0 -I${HOME}/boost_1_63_0 -I${RADIUM_VST2SDK_PATH} -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unknown-pragmas -fno-strict-aliasing -Wmissing-field-initializers -Wnull-dereference
+-COMMONOPT = -D__STDC_FORMAT_MACROS=1 -c `cat buildtype.opt` -I$(GCDIR)/include -I$(P) -I$(PYPATH) `cat flagopts.opt` $(MIDIINC) $(OS_OPTS) $(VST_OPTS) -I${HOME}/boost_1_70_0 -I${HOME}/boost_1_67_0 -I${HOME}/boost_1_63_0 -I ~/SDKs/VST_SDK/VST2_SDK/ -I ~/SDKs/vstsdk2.4/ -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unknown-pragmas -fno-strict-aliasing -Wmissing-field-initializers -Wnull-dereference
++COMMONOPT = -D__STDC_FORMAT_MACROS=1 -c `cat buildtype.opt` -I$(GCDIR)/include -I$(P) -I$(PYPATH) `cat flagopts.opt` $(MIDIINC) $(OS_OPTS) $(VST_OPTS) -I${HOME}/boost_1_70_0 -I${HOME}/boost_1_67_0 -I${HOME}/boost_1_63_0 -I${RADIUM_VST2SDK_PATH} -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unknown-pragmas -fno-strict-aliasing -Wmissing-field-initializers -Wnull-dereference
#-fdelete-null-pointer-checks
# -Werror
-diff '--color=always' -aur --no-dereference '--exclude=.git' radium-6.5.84.old/pluginhost/Builds/Linux/Makefile radium-6.5.84.new/pluginhost/Builds/Linux/Makefile
---- radium-6.5.84.old/pluginhost/Builds/Linux/Makefile 2020-12-06 19:02:42.000000000 +0000
-+++ radium-6.5.84.new/pluginhost/Builds/Linux/Makefile 2020-12-07 15:42:25.481575479 +0000
+diff -aur --no-dereference '--exclude=.git' radium-6.6.77.old/pluginhost/Builds/Linux/Makefile radium-6.6.77.new/pluginhost/Builds/Linux/Makefile
+--- radium-6.6.77.old/pluginhost/Builds/Linux/Makefile 2020-12-20 19:57:05.000000000 +0000
++++ radium-6.6.77.new/pluginhost/Builds/Linux/Makefile 2020-12-24 13:20:32.615606788 +0000
@@ -8,7 +8,7 @@
CONFIG=Debug
endif