summaryrefslogtreecommitdiffstats
path: root/graphics/ufraw/patches/no-gimp-remote.patch
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ufraw/patches/no-gimp-remote.patch')
-rw-r--r--graphics/ufraw/patches/no-gimp-remote.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/ufraw/patches/no-gimp-remote.patch b/graphics/ufraw/patches/no-gimp-remote.patch
new file mode 100644
index 0000000000..ca4f4beb62
--- /dev/null
+++ b/graphics/ufraw/patches/no-gimp-remote.patch
@@ -0,0 +1,12 @@
+Don't use gimp-remote since gimp 2.4 already includes gimp-remote functionality
+--- a/ufraw_conf.c
++++ b/ufraw_conf.c
+@@ -137,7 +137,7 @@
+ #elif HAVE_GIMP_2_4
+ "gimp", /* remoteGimpCommand */
+ #else
+- "gimp-remote", /* remoteGimpCommand */
++ "gimp", /* remoteGimpCommand */
+ #endif
+
+ /* EXIF data */