diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-02-21 13:25:00 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-02-21 13:25:00 +0000 |
commit | fd662eadc0f1641b2517982e1b0f3ffcd0ff2b00 (patch) | |
tree | 1b71912cda11732032c71f9d88151427a2d30de9 /cad | |
parent | 7ddc234e3477508556620718da13074d9d8c196e (diff) | |
download | pkgsrc-fd662eadc0f1641b2517982e1b0f3ffcd0ff2b00.tar.gz |
part of update to 20070216
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gschem/patches/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cad/gschem/patches/patch-aa b/cad/gschem/patches/patch-aa new file mode 100644 index 00000000000..c5f71b87f02 --- /dev/null +++ b/cad/gschem/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.15 2007/02/21 13:25:00 dmcmahill Exp $ + +--- src/gschem.c.orig 2006-10-19 03:25:33.000000000 +0000 ++++ src/gschem.c +@@ -36,9 +36,7 @@ + #include <dmalloc.h> + #endif + +-#ifdef HAVE_LOCALE_H + #include <locale.h> +-#endif + + #ifdef HAS_LIBSTROKE + /* libstroke prototype */ |