pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/gucharmap Make build with gcc-2.95.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89634aea2fc8
branches:  trunk
changeset: 470980:89634aea2fc8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Mar 14 16:11:33 2004 +0000

description:
Make build with gcc-2.95.3.

diffstat:

 fonts/gucharmap/distinfo         |   3 ++-
 fonts/gucharmap/patches/patch-ab |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r cfd618ef4b16 -r 89634aea2fc8 fonts/gucharmap/distinfo
--- a/fonts/gucharmap/distinfo  Sun Mar 14 12:15:19 2004 +0000
+++ b/fonts/gucharmap/distinfo  Sun Mar 14 16:11:33 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2004/02/16 00:04:08 jmmv Exp $
+$NetBSD: distinfo,v 1.3 2004/03/14 16:11:33 wiz Exp $
 
 SHA1 (gucharmap-1.2.0.tar.bz2) = 6807bbc0c917f6863fae55aba1196f89aa672aa8
 Size (gucharmap-1.2.0.tar.bz2) = 1176137 bytes
 SHA1 (patch-aa) = 9273f3a0b7746a01d28d88b4cfe2744eec7cd90d
+SHA1 (patch-ab) = b04dc7feadd15dbad7b70e60d51760494edaa1f3
diff -r cfd618ef4b16 -r 89634aea2fc8 fonts/gucharmap/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/gucharmap/patches/patch-ab  Sun Mar 14 16:11:33 2004 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2004/03/14 16:11:33 wiz Exp $
+
+--- gucharmap/gucharmap-window.c.orig  Tue Nov 18 17:30:12 2003
++++ gucharmap/gucharmap-window.c
+@@ -113,8 +113,8 @@ do_search (GucharmapWindow *guw, 
+ {
+   const gchar *no_leading_space, *nptr;
+   char *endptr;
+-  g_assert (direction == -1 || direction == 1);
+   gunichar wc;
++  g_assert (direction == -1 || direction == 1);
+ 
+   if (search_text[0] == '\0')
+     {



Home | Main Index | Thread Index | Old Index