diff options
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 */ |