diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-06-23 10:34:21 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-06-23 10:34:21 (GMT) |
commit | 08bd15ca83e7ecd5ce770dd429053b176df80844 (patch) | |
tree | e9787163e5eb0d672cdf29c617f9a5adaa857e18 /src/curl-1-fixes.patch | |
parent | f525ac0fec1b281ea515588c2bb4748a7c315624 (diff) | |
download | mxe-08bd15ca83e7ecd5ce770dd429053b176df80844.zip mxe-08bd15ca83e7ecd5ce770dd429053b176df80844.tar.gz mxe-08bd15ca83e7ecd5ce770dd429053b176df80844.tar.bz2 |
update packages curl gdk-pixbuf gtk2 harfbuzz imagemagick pango
Diffstat (limited to 'src/curl-1-fixes.patch')
-rw-r--r-- | src/curl-1-fixes.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/curl-1-fixes.patch b/src/curl-1-fixes.patch deleted file mode 100644 index 7e2af38..0000000 --- a/src/curl-1-fixes.patch +++ /dev/null @@ -1,16 +0,0 @@ -This file is part of MXE. -See index.html for further information. - -diff -ur curl-7.30.0.orig/lib/connect.c curl-7.30.0/lib/connect.c ---- curl-7.30.0.orig/lib/connect.c 2013-05-09 16:46:48.000000000 +1000 -+++ curl-7.30.0/lib/connect.c 2013-05-09 16:50:27.000000000 +1000 -@@ -427,8 +427,8 @@ - So the scope ID, if present, is known to be numeric */ - si6->sin6_scope_id = atoi(scope_ptr); - } -- } - #endif -+ } - sizeof_sa = sizeof(struct sockaddr_in6); - } - else |