summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Cherny2018-03-25 15:45:36 +0300
committerEugene Cherny2018-03-25 15:45:36 +0300
commitcba9f8854339f11804f860e81c7b561c8621adf2 (patch)
treec7f0cd5c9c680530d62059bc55ae05e1b04bc6dd
parentfdc1fd0b4abba7c37a40d643ab3f1458ffa3d063 (diff)
downloadaur-cba9f8854339f11804f860e81c7b561c8621adf2.tar.gz
[rm] fix_paths.patch
-rw-r--r--fix_paths.patch98
1 files changed, 0 insertions, 98 deletions
diff --git a/fix_paths.patch b/fix_paths.patch
deleted file mode 100644
index 94567090c32a..000000000000
--- a/fix_paths.patch
+++ /dev/null
@@ -1,98 +0,0 @@
-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>