pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/gattrib Fix a C99ism to make this package build wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a76c3e11c697
branches:  trunk
changeset: 487632:a76c3e11c697
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon Jan 17 19:33:06 2005 +0000

description:
Fix a C99ism to make this package build with gcc 2.95.

diffstat:

 cad/gattrib/distinfo         |   3 ++-
 cad/gattrib/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r b15f82584565 -r a76c3e11c697 cad/gattrib/distinfo
--- a/cad/gattrib/distinfo      Mon Jan 17 19:00:33 2005 +0000
+++ b/cad/gattrib/distinfo      Mon Jan 17 19:33:06 2005 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/01/11 03:16:23 dmcmahill Exp $
+$NetBSD: distinfo,v 1.4 2005/01/17 19:33:06 kristerw Exp $
 
 SHA1 (geda/geda-gattrib-20041228.tar.gz) = cd6943e027240267e96f6c6d401b3918bbb4b026
 Size (geda/geda-gattrib-20041228.tar.gz) = 309312 bytes
+SHA1 (patch-aa) = 3cb9d0dcc4992e3ea2a81fe5de1774b3d10ddc14
diff -r b15f82584565 -r a76c3e11c697 cad/gattrib/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/gattrib/patches/patch-aa      Mon Jan 17 19:33:06 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2005/01/17 19:33:06 kristerw Exp $
+
+--- src/s_table.c.orig Mon Jan 17 20:25:44 2005
++++ src/s_table.c      Mon Jan 17 20:26:29 2005
+@@ -400,7 +400,7 @@
+  *------------------------------------------------------------------*/
+ void s_table_add_toplevel_pin_items_to_pin_table(OBJECT *start_obj) {
+   OBJECT *o_current;
+-  OBJECT *o_lower_current;;
++  OBJECT *o_lower_current;
+   gchar *temp;
+   gchar *temp_uref;
+   gchar *pinnumber;



Home | Main Index | Thread Index | Old Index