diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-05-18 18:08:39 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-05-18 18:08:39 +0000 |
commit | 95a94d7cabee770ad56ff7e4910fcbf368a0e5f0 (patch) | |
tree | 999eabc682d345f1fc00013280389cba71ee83db /cad/gschem/patches/patch-ab | |
parent | c4cb34d566b8263145e71951e0cca51fac481616 (diff) | |
download | pkgsrc-95a94d7cabee770ad56ff7e4910fcbf368a0e5f0.tar.gz |
update the gEDA suite of tools to the 20020414 snapshot.
Many bug fixes and improvements since last snapshot. Many more
symbols added to the libraries.
Diffstat (limited to 'cad/gschem/patches/patch-ab')
-rw-r--r-- | cad/gschem/patches/patch-ab | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cad/gschem/patches/patch-ab b/cad/gschem/patches/patch-ab deleted file mode 100644 index 208787cbef2..00000000000 --- a/cad/gschem/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2001/07/17 03:01:10 dmcmahill Exp $ - ---- src/i_basic.c.orig Sun Jul 8 22:03:46 2001 -+++ src/i_basic.c Mon Jul 16 21:33:35 2001 -@@ -22,4 +22,7 @@ - - #include <config.h> -+#ifdef HAVE_STRINGS_H -+#include <strings.h> -+#endif - - #include <libgeda/libgeda.h> |