void-packages/srcpkgs/ufraw/patches/001-no-gimp-remote.patch
John e4e5de103e New package: ufraw-0.22
Closes: #7757 [via git-merge-pr]
2017-09-28 09:29:05 +02:00

12 lines
311 B
Diff

Don't use gimp-remote since gimp 2.4 already includes gimp-remote functionality
--- ufraw_conf.c
+++ ufraw_conf.c
@@ -137,7 +137,7 @@
#elif HAVE_GIMP_2_4
"gimp", /* remoteGimpCommand */
#else
- "gimp-remote", /* remoteGimpCommand */
+ "gimp", /* remoteGimpCommand */
#endif
/* EXIF data */