diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 07:32:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 07:33:02 +0000 |
commit | 6d2720443e017d716f785d88eed39c8ee19b54b1 (patch) | |
tree | 6c2a4be087e9b638444a6c6a0eb4c0f22868e0f0 /main/gimp/gimp-curl-fix.patch | |
parent | da07e62d7c1a0663d00d1057f401db5984b98e80 (diff) | |
download | aports-6d2720443e017d716f785d88eed39c8ee19b54b1.tar.bz2 aports-6d2720443e017d716f785d88eed39c8ee19b54b1.tar.xz |
main/gimp: remove *.la and build fix for curl-7.21.7
Diffstat (limited to 'main/gimp/gimp-curl-fix.patch')
-rw-r--r-- | main/gimp/gimp-curl-fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/gimp/gimp-curl-fix.patch b/main/gimp/gimp-curl-fix.patch new file mode 100644 index 0000000000..ea8935d008 --- /dev/null +++ b/main/gimp/gimp-curl-fix.patch @@ -0,0 +1,12 @@ +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> |