diff options
Diffstat (limited to 'graphics/ufraw/patches/no-gimp-remote.patch')
-rw-r--r-- | graphics/ufraw/patches/no-gimp-remote.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/ufraw/patches/no-gimp-remote.patch b/graphics/ufraw/patches/no-gimp-remote.patch deleted file mode 100644 index ca4f4beb6240..000000000000 --- a/graphics/ufraw/patches/no-gimp-remote.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 */ |