# HG changeset patch # User Marcel Telka # Date 1301987588 -7200 # Node ID 489f06f4140f5107f8d0a422c0a56ab372760f2e # Parent db8a5599648269b13a7c207b3d45130dfeabb2fa 7028168 gawk: dcgettext()/dcngettext() does not work properly diff -r db8a55996482 -r 489f06f4140f components/gawk/patches/lc_messages.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/gawk/patches/lc_messages.patch Tue Apr 05 09:13:08 2011 +0200 @@ -0,0 +1,8 @@ +--- gawk-3.1.5.orig/custom.h ++++ gawk-3.1.5/custom.h +@@ -102,3 +102,5 @@ + #define HAVE_TZSET 1 + #define _TZSET 1 + #endif ++ ++#define HAVE_LC_MESSAGES 1