summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-01-17 19:33:06 +0000
committerkristerw <kristerw>2005-01-17 19:33:06 +0000
commit197e77427991f43d7d0c686734f1fe5f3e45bbc2 (patch)
treea734726f171140a854c7cba573d9fad035ce06bf /cad
parent86987aea02981ea6b4b0a36c5c8eecfb5b59033d (diff)
downloadpkgsrc-197e77427991f43d7d0c686734f1fe5f3e45bbc2.tar.gz
Fix a C99ism to make this package build with gcc 2.95.
Diffstat (limited to 'cad')
-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;