summary refs log tree commit diff
path: root/pkgs/applications/audio/rakarrack/fltk-path.patch
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2012-01-03 10:32:56 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2012-01-03 10:32:56 +0000
commite785aae6e8b2793a615202c4cb57c3341cbecdb8 (patch)
treea460280a16d75a84e5284bc51b77f6b65fc4df50 /pkgs/applications/audio/rakarrack/fltk-path.patch
parent046ddeb32a824e68d6dbc785a40fa94ee18b7140 (diff)
downloadnixpkgs-e785aae6e8b2793a615202c4cb57c3341cbecdb8.tar
nixpkgs-e785aae6e8b2793a615202c4cb57c3341cbecdb8.tar.gz
nixpkgs-e785aae6e8b2793a615202c4cb57c3341cbecdb8.tar.bz2
nixpkgs-e785aae6e8b2793a615202c4cb57c3341cbecdb8.tar.lz
nixpkgs-e785aae6e8b2793a615202c4cb57c3341cbecdb8.tar.xz
nixpkgs-e785aae6e8b2793a615202c4cb57c3341cbecdb8.tar.zst
nixpkgs-e785aae6e8b2793a615202c4cb57c3341cbecdb8.zip
Fix most packages depending on fltk
I failed to build cinepaint

svn path=/nixpkgs/trunk/; revision=31224
Diffstat (limited to 'pkgs/applications/audio/rakarrack/fltk-path.patch')
-rw-r--r--pkgs/applications/audio/rakarrack/fltk-path.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/pkgs/applications/audio/rakarrack/fltk-path.patch b/pkgs/applications/audio/rakarrack/fltk-path.patch
new file mode 100644
index 00000000000..8f042bd3a66
--- /dev/null
+++ b/pkgs/applications/audio/rakarrack/fltk-path.patch
@@ -0,0 +1,35 @@
+commit 47245c3fd30dc326fedd7cdae444ddcf0fd97490
+Author: holborn <holborn@users.sourceforge.net>
+Date:   Tue Apr 19 15:02:26 2011 +0100
+
+            Fix FL path
+    
+    	modified:   src/global.h
+    	modified:   src/process.C
+
+diff --git a/src/global.h b/src/global.h
+index fc74b06..3e33da9 100644
+--- a/src/global.h
++++ b/src/global.h
+@@ -176,7 +176,7 @@ return y;
+ #include <X11/xpm.h>
+ #include <jack/jack.h>
+ #include <jack/midiport.h>
+-#include <Fl/Fl_Preferences.H>
++#include <FL/Fl_Preferences.H>
+ #include "FPreset.h"
+ #include "Reverb.h"
+ #include "Chorus.h"
+diff --git a/src/process.C b/src/process.C
+index 51bbc65..c993ff8 100644
+--- a/src/process.C
++++ b/src/process.C
+@@ -28,7 +28,7 @@
+ #include <fcntl.h>
+ #include <sys/types.h>
+ #include <unistd.h>
+-#include <Fl/Fl_Preferences.H>
++#include <FL/Fl_Preferences.H>
+ #include "global.h"
+ 
+ int Pexitprogram, preset;