From 197e77427991f43d7d0c686734f1fe5f3e45bbc2 Mon Sep 17 00:00:00 2001 From: kristerw Date: Mon, 17 Jan 2005 19:33:06 +0000 Subject: Fix a C99ism to make this package build with gcc 2.95. --- cad/gattrib/distinfo | 3 ++- cad/gattrib/patches/patch-aa | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 cad/gattrib/patches/patch-aa (limited to 'cad') 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; -- cgit v1.2.3