mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Fix build on Alpha.
Reported by: bento
This commit is contained in:
parent
d97ddfd550
commit
44966ef7fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80479
2 changed files with 40 additions and 0 deletions
20
devel/libsoup/files/patch-libsoup_soup_message.c
Normal file
20
devel/libsoup/files/patch-libsoup_soup_message.c
Normal file
|
@ -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.
|
20
devel/libsoup22/files/patch-libsoup_soup_message.c
Normal file
20
devel/libsoup22/files/patch-libsoup_soup_message.c
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue