diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-29 10:40:05 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-29 10:40:05 +0000 |
| commit | 163e8381a3911d254f2441e18103496e56c9c525 (patch) | |
| tree | 61bdf98e188eede051aa75084c3bedb03d1a09fb /net-im/linpopup/files/patch-ab | |
| parent | - Update 2.2.1 (diff) | |
- Fix build with gcc4
- Support SUB_FILES
PR: 114077
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=194450
Diffstat (limited to 'net-im/linpopup/files/patch-ab')
| -rw-r--r-- | net-im/linpopup/files/patch-ab | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/net-im/linpopup/files/patch-ab b/net-im/linpopup/files/patch-ab index 02d7dcd5c34e..d41f1d7cbd89 100644 --- a/net-im/linpopup/files/patch-ab +++ b/net-im/linpopup/files/patch-ab @@ -1,5 +1,14 @@ ---- send.c.orig Mon Nov 20 16:07:54 2000 -+++ send.c Mon Nov 20 16:18:43 2000 +--- send.c.orig Tue Mar 14 11:45:05 2000 ++++ send.c Sun Jun 24 00:06:25 2007 +@@ -70,7 +70,7 @@ + + + +- (char *) header_end = (char *) (head_text + hlen); ++ header_end = (gchar *) (head_text + hlen); + + + /* -- destroy erroneous embedded single-quotes. -- */ @@ -161,7 +161,7 @@ gchar message_text[2048]; guint message_length; |
