summaryrefslogtreecommitdiff
path: root/cad/gattrib
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-01-17 19:33:06 +0000
committerkristerw <kristerw@pkgsrc.org>2005-01-17 19:33:06 +0000
commit523bdff0df24d8df861c58a80d7aca95fc9f2e26 (patch)
treea734726f171140a854c7cba573d9fad035ce06bf /cad/gattrib
parent59134a8ef0a0a993d0776f329f71647de3b98c40 (diff)
downloadpkgsrc-523bdff0df24d8df861c58a80d7aca95fc9f2e26.tar.gz
Fix a C99ism to make this package build with gcc 2.95.
Diffstat (limited to 'cad/gattrib')
-rw-r--r--cad/gattrib/distinfo3
-rw-r--r--cad/gattrib/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/cad/gattrib/distinfo b/cad/gattrib/distinfo
index c6c69a2840e..d6499bbd583 100644
--- a/cad/gattrib/distinfo
+++ b/cad/gattrib/distinfo
@@ -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 --git a/cad/gattrib/patches/patch-aa b/cad/gattrib/patches/patch-aa
new file mode 100644
index 00000000000..cd0d84313fa
--- /dev/null
+++ b/cad/gattrib/patches/patch-aa
@@ -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;