aboutsummaryrefslogtreecommitdiffstats
path: root/main/gimp/gimp-curl-fix.patch
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2017-02-03 01:59:51 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-02-06 09:21:34 +0000
commit6f8c82bbc0ddabdebe0cb62b16ddfe7bb713c5d6 (patch)
tree3f3a7742c6c15d381670dc931c5c36c74e8ca4bb /main/gimp/gimp-curl-fix.patch
parent7c06cf98a960fc12266deef5129460982ee8e8c0 (diff)
downloadaports-6f8c82bbc0ddabdebe0cb62b16ddfe7bb713c5d6.tar.bz2
aports-6f8c82bbc0ddabdebe0cb62b16ddfe7bb713c5d6.tar.xz
main/gimp: upgrade to 2.8.20
-- cleanups in apkbuild removed an unused patch source url changed to upstream's official 'gimptool' binary moved to -dev add missing dependency 'dbus'
Diffstat (limited to 'main/gimp/gimp-curl-fix.patch')
-rw-r--r--main/gimp/gimp-curl-fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/gimp/gimp-curl-fix.patch b/main/gimp/gimp-curl-fix.patch
deleted file mode 100644
index ea8935d008..0000000000
--- a/main/gimp/gimp-curl-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/plug-ins/file-uri/uri-backend-libcurl.c b/plug-ins/file-uri/uri-backend-libcurl.c
-index a566966..747dca7 100644
---- a/plug-ins/file-uri/uri-backend-libcurl.c
-+++ b/plug-ins/file-uri/uri-backend-libcurl.c
-@@ -24,7 +24,6 @@
- #include <errno.h>
-
- #include <curl/curl.h>
--#include <curl/types.h>
- #include <curl/easy.h>
-
- #include <glib/gstdio.h>