From 44966ef7fce8b3710945acbcc85bc5a783a4a39c Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Thu, 8 May 2003 23:30:45 +0000 Subject: Fix build on Alpha. Reported by: bento --- devel/libsoup/files/patch-libsoup_soup_message.c | 20 ++++++++++++++++++++ devel/libsoup22/files/patch-libsoup_soup_message.c | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 devel/libsoup/files/patch-libsoup_soup_message.c create mode 100644 devel/libsoup22/files/patch-libsoup_soup_message.c 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. -- cgit v1.2.3