aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libsoup
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-09-30 12:03:41 +0800
committermarcus <marcus@FreeBSD.org>2002-09-30 12:03:41 +0800
commit207751f8978435448c64377a95984e96569db802 (patch)
tree6fb84046938461c8f49aa4c6ba042d16767917d6 /devel/libsoup
parentf6a43ded0445491b245be6e012546d90d3054ba0 (diff)
downloadfreebsd-ports-gnome-207751f8978435448c64377a95984e96569db802.tar.gz
freebsd-ports-gnome-207751f8978435448c64377a95984e96569db802.tar.zst
freebsd-ports-gnome-207751f8978435448c64377a95984e96569db802.zip
Attempt to fix build on 64-bit platforms.
Submitted by: bento
Diffstat (limited to 'devel/libsoup')
-rw-r--r--devel/libsoup/files/patch-src_libsoup_soup-message.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libsoup/files/patch-src_libsoup_soup-message.c b/devel/libsoup/files/patch-src_libsoup_soup-message.c
new file mode 100644
index 000000000000..2b528277e688
--- /dev/null
+++ b/devel/libsoup/files/patch-src_libsoup_soup-message.c
@@ -0,0 +1,11 @@
+--- src/libsoup/soup-message.c.orig Sun Sep 29 23:50:30 2002
++++ src/libsoup/soup-message.c Sun Sep 29 23:59:10 2002
+@@ -922,7 +922,7 @@
+ redirect_handler,
+ NULL,
+ RESPONSE_HEADER_HANDLER,
+- { (guint) "Location" }
++ { (guint) 0 }
+ },
+ /*
+ * Handle authorization.