diff --git a/devel/libsoup/files/patch-libsoup_soup_message.c b/devel/libsoup/files/patch-libsoup_soup_message.c new file mode 100644 index 000000000000..3d1245dfd746 --- /dev/null +++ b/devel/libsoup/files/patch-libsoup_soup_message.c @@ -0,0 +1,20 @@ +--- libsoup/soup-message.c.orig Thu May 8 19:27:40 2003 ++++ libsoup/soup-message.c Thu May 8 19:28:56 2003 +@@ -877,7 +877,7 @@ + + SoupHandlerKind kind; + union { +- guint errorcode; ++ unsigned long errorcode; + SoupErrorClass errorclass; + const gchar *header; + } data; +@@ -892,7 +892,7 @@ + redirect_handler, + NULL, + RESPONSE_HEADER_HANDLER, +- { (guint) "Location" } ++ { (unsigned long) "Location" } + }, + /* + * Handle authorization. diff --git a/devel/libsoup22/files/patch-libsoup_soup_message.c b/devel/libsoup22/files/patch-libsoup_soup_message.c new file mode 100644 index 000000000000..3d1245dfd746 --- /dev/null +++ b/devel/libsoup22/files/patch-libsoup_soup_message.c @@ -0,0 +1,20 @@ +--- libsoup/soup-message.c.orig Thu May 8 19:27:40 2003 ++++ libsoup/soup-message.c Thu May 8 19:28:56 2003 +@@ -877,7 +877,7 @@ + + SoupHandlerKind kind; + union { +- guint errorcode; ++ unsigned long errorcode; + SoupErrorClass errorclass; + const gchar *header; + } data; +@@ -892,7 +892,7 @@ + redirect_handler, + NULL, + RESPONSE_HEADER_HANDLER, +- { (guint) "Location" } ++ { (unsigned long) "Location" } + }, + /* + * Handle authorization.