Author: qboosh                       Date: Wed Oct 25 19:23:41 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- HAVE_SETLOCALE is never defined, rely on HAVE_LOCALE_H

---- Files affected:
SOURCES:
   minicom-setlocale.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/minicom-setlocale.patch
diff -u /dev/null SOURCES/minicom-setlocale.patch:1.1
--- /dev/null   Wed Oct 25 21:23:41 2006
+++ SOURCES/minicom-setlocale.patch     Wed Oct 25 21:23:36 2006
@@ -0,0 +1,12 @@
+--- minicom-2.2/src/intl.h.orig        2003-03-30 20:55:51.000000000 +0200
++++ minicom-2.2/src/intl.h     2006-10-25 21:19:29.796034250 +0200
+@@ -2,8 +2,7 @@
+ 
+ #ifdef HAVE_LOCALE_H
+ # include <locale.h>
+-#endif
+-#if !HAVE_SETLOCALE
++#else
+ # define setlocale(Category, Locale) /* empty */
+ #endif
+ 
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to