summaryrefslogtreecommitdiff
path: root/devel/libsoup
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-08 23:30:45 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-08 23:30:45 +0000
commit44966ef7fce8b3710945acbcc85bc5a783a4a39c (patch)
tree44630e2b4d878d4fafb8370c902dfca8c7322cc8 /devel/libsoup
parentOnly for Perl 5.6 and higher (diff)
Fix build on Alpha.
Reported by: bento
Notes
Notes: svn path=/head/; revision=80479
Diffstat (limited to 'devel/libsoup')
-rw-r--r--devel/libsoup/files/patch-libsoup_soup_message.c20
1 files changed, 20 insertions, 0 deletions
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.