1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Attempt to fix build on 64-bit platforms.

Submitted by:	bento
This commit is contained in:
Joe Marcus Clarke 2002-09-30 04:03:41 +00:00
parent d200ec4eeb
commit 8bc0af39c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67258
3 changed files with 33 additions and 0 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.