diff options
author | dmcmahill <dmcmahill> | 2007-02-21 13:25:00 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2007-02-21 13:25:00 +0000 |
commit | e5650dab601060b9227ca901ee0e2628f00c9397 (patch) | |
tree | 1b71912cda11732032c71f9d88151427a2d30de9 /cad/gschem | |
parent | 9a7e0ea13cb14740031da0685b84ae0d3ea41ae0 (diff) | |
download | pkgsrc-e5650dab601060b9227ca901ee0e2628f00c9397.tar.gz |
part of update to 20070216
Diffstat (limited to 'cad/gschem')
-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 */ |