diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2017-08-11 08:23:36 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-12 06:57:57 +0700 |
commit | e6decbe98ab7a98ea1c8c59c8e371d1701c9f05b (patch) | |
tree | 8b01c29e6ba27ccd1e9f2197327ecd94d2d16664 /graphics/ufraw/patches/no-gimp-remote.patch | |
parent | 2d4b554abf0d351c1642742dd71bc3c7523eb93e (diff) |
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.patch | 12 |
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 0000000000000..ca4f4beb6240f --- /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 */ |