diff options
Diffstat (limited to 'cad/gschem/patches/patch-aa')
-rw-r--r-- | cad/gschem/patches/patch-aa | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/cad/gschem/patches/patch-aa b/cad/gschem/patches/patch-aa index c5f71b87f02..12bf2fd2e1a 100644 --- a/cad/gschem/patches/patch-aa +++ b/cad/gschem/patches/patch-aa @@ -1,14 +1,11 @@ -$NetBSD: patch-aa,v 1.15 2007/02/21 13:25:00 dmcmahill Exp $ +$NetBSD: patch-aa,v 1.16 2007/05/31 12:48:32 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 */ +--- configure.ac.orig 2007-05-26 14:46:25.000000000 +0000 ++++ configure.ac 2007-05-29 16:23:31.000000000 +0000 +@@ -400,5 +400,5 @@ + [AC_DEFINE([HAVE_LOCALE_H], 1, [Define if you have locale.h])], + [ +- if test "$USE_NLS" == "yes"; then ++ if test "$USE_NLS" = "yes"; then + AC_MSG_ERROR([Cannot find useful locale.h, and nls support is enabled. Try compiling with --disable-nls]) + fi |