summaryrefslogtreecommitdiff
path: root/graphics/ufraw/patches/no-gimp-remote.patch
diff options
context:
space:
mode:
authorNishant Limbachia <nishant@mnspace.net>2017-08-11 08:23:36 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-08-12 06:57:57 +0700
commite6decbe98ab7a98ea1c8c59c8e371d1701c9f05b (patch)
tree8b01c29e6ba27ccd1e9f2197327ecd94d2d16664 /graphics/ufraw/patches/no-gimp-remote.patch
parent2d4b554abf0d351c1642742dd71bc3c7523eb93e (diff)
downloadslackbuilds-e6decbe98ab7a98ea1c8c59c8e371d1701c9f05b.tar.gz
graphics/ufraw: Patched.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 */