summarylogtreecommitdiffstats
path: root/fix_paths.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix_paths.patch')
-rw-r--r--fix_paths.patch98
1 files changed, 98 insertions, 0 deletions
diff --git a/fix_paths.patch b/fix_paths.patch
new file mode 100644
index 000000000000..94567090c32a
--- /dev/null
+++ b/fix_paths.patch
@@ -0,0 +1,98 @@
+diff --git a/Builds/LinuxMakefile/buildCabbage b/Builds/LinuxMakefile/buildCabbage
+index a8aba851..751d5b63 100755
+--- a/Builds/LinuxMakefile/buildCabbage
++++ b/Builds/LinuxMakefile/buildCabbage
+@@ -60,9 +60,6 @@ cp ./../opcodes.txt CabbageBuild/opcodes.txt
+ cp ./../../Images/cabbage.png CabbageBuild/cabbage.png
+ cp -rf ../../Examples/ CabbageBuild/Examples
+
+-g++ ../../Source/testCsoundFile.cpp -o testCsoundFile -I"/usr/local/include/csound" -lcsound64
++g++ ../../Source/testCsoundFile.cpp -o testCsoundFile -I"/usr/include/csound" -lcsound64
+
+ #cp -rf ../../Docs/_book CabbageBuild/Docs
+-
+-sed "s@CURRENTDIR@$(pwd)@" dummy.desktop > CabbageBuild/cabbage.desktop
+-cp CabbageBuild/cabbage.desktop ~/.local/share/applications/
+diff --git a/CabbageIDE.jucer b/CabbageIDE.jucer
+index bcedbf1e..13a89c4b 100755
+--- a/CabbageIDE.jucer
++++ b/CabbageIDE.jucer
+@@ -270,9 +270,9 @@
+ extraCompilerFlags="">
+ <CONFIGURATIONS>
+ <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="Cabbage"
+- headerPath="&quot;/usr/local/include/csound&quot;" libraryPath="&quot;/usr/local/lib&quot;"/>
++ headerPath="&quot;/usr/include/csound&quot;" libraryPath="&quot;/usr/lib&quot;"/>
+ <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="Cabbage"
+- headerPath="&quot;/usr/local/include/csound&quot;" libraryPath="&quot;/usr/local/lib&quot;"/>
++ headerPath="&quot;/usr/include/csound&quot;" libraryPath="&quot;/usr/lib&quot;"/>
+ </CONFIGURATIONS>
+ <MODULEPATHS>
+ <MODULEPATH id="juce_core" path="../JUCE/modules"/>
+diff --git a/CabbageLite.jucer b/CabbageLite.jucer
+index f12c8bdd..09f966b5 100755
+--- a/CabbageLite.jucer
++++ b/CabbageLite.jucer
+@@ -219,9 +219,9 @@
+ externalLibraries="csound64&#10;sndfile">
+ <CONFIGURATIONS>
+ <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="CabbageLite"
+- headerPath="&quot;/usr/local/include/csound&quot;" libraryPath="&quot;/usr/local/lib&quot;"/>
++ headerPath="&quot;/usr/include/csound&quot;" libraryPath="&quot;/usr/lib&quot;"/>
+ <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="CabbageLite"
+- libraryPath="&quot;/usr/local/lib&quot;" headerPath="&quot;/usr/local/include/csound&quot;"/>
++ libraryPath="&quot;/usr/lib&quot;" headerPath="&quot;/usr/include/csound&quot;"/>
+ </CONFIGURATIONS>
+ <MODULEPATHS>
+ <MODULEPATH id="juce_core" path="../sourcecode/JUCE/modules"/>
+diff --git a/CabbagePlugin.jucer b/CabbagePlugin.jucer
+index 731fde68..11b8c00e 100755
+--- a/CabbagePlugin.jucer
++++ b/CabbagePlugin.jucer
+@@ -187,10 +187,10 @@
+ extraLinkerFlags="-Wall">
+ <CONFIGURATIONS>
+ <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="CabbagePlugin"
+- headerPath="&quot;/usr/local/include/csound&quot;" libraryPath="&quot;/usr/local/lib&quot;"
++ headerPath="&quot;/usr/include/csound&quot;" libraryPath="&quot;/usr/lib&quot;"
+ defines=""/>
+ <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="CabbagePlugin"
+- headerPath="&quot;/usr/local/include/csound&quot;" libraryPath="&quot;/usr/local/lib&quot;"
++ headerPath="&quot;/usr/include/csound&quot;" libraryPath="&quot;/usr/lib&quot;"
+ defines="Cabbage_Plugin_Synth=1"/>
+ </CONFIGURATIONS>
+ <MODULEPATHS>
+diff --git a/CabbagePluginMIDIEffect.jucer b/CabbagePluginMIDIEffect.jucer
+index 19991106..2bf842d6 100755
+--- a/CabbagePluginMIDIEffect.jucer
++++ b/CabbagePluginMIDIEffect.jucer
+@@ -187,10 +187,10 @@
+ extraLinkerFlags="-Wall">
+ <CONFIGURATIONS>
+ <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="CabbagePlugin"
+- headerPath="&quot;/usr/local/include/csound&quot;" libraryPath="&quot;/usr/local/lib&quot;"
++ headerPath="&quot;/usr/include/csound&quot;" libraryPath="&quot;/usr/lib&quot;"
+ defines="Cabbage_Plugin_Synth=1"/>
+ <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="CabbagePlugin"
+- headerPath="&quot;/usr/local/include/csound&quot;" libraryPath="&quot;/usr/local/lib&quot;"
++ headerPath="&quot;/usr/include/csound&quot;" libraryPath="&quot;/usr/lib&quot;"
+ defines="Cabbage_Plugin_Synth=1"/>
+ </CONFIGURATIONS>
+ <MODULEPATHS>
+diff --git a/CabbagePluginSynth.jucer b/CabbagePluginSynth.jucer
+index 9edffcbb..39d5cf01 100755
+--- a/CabbagePluginSynth.jucer
++++ b/CabbagePluginSynth.jucer
+@@ -187,10 +187,10 @@
+ extraLinkerFlags="-Wall">
+ <CONFIGURATIONS>
+ <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="CabbagePlugin"
+- headerPath="&quot;/usr/local/include/csound&quot;" libraryPath="&quot;/usr/local/lib&quot;"
++ headerPath="&quot;/usr/include/csound&quot;" libraryPath="&quot;/usr/lib&quot;"
+ defines="Cabbage_Plugin_Synth=1"/>
+ <CONFIGURATION name="Release" isDebug="0" optimisation="3" targetName="CabbagePlugin"
+- headerPath="&quot;/usr/local/include/csound&quot;" libraryPath="&quot;/usr/local/lib&quot;"
++ headerPath="&quot;/usr/include/csound&quot;" libraryPath="&quot;/usr/lib&quot;"
+ defines="Cabbage_Plugin_Synth=1"/>
+ </CONFIGURATIONS>
+ <MODULEPATHS>