summaryrefslogtreecommitdiffstats
path: root/gettext-0.19.8.1-have_wprintf.patch
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-12-05 00:39:54 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2017-12-05 00:39:54 -0600
commitedb93864e8f71a72b1d169726c526f7130475c19 (patch)
tree3621deb2d3c0b20a8078bc1521c94f87252acc8d /gettext-0.19.8.1-have_wprintf.patch
parent96dc5fc750b64ac500dd88e9d39e650f6182d371 (diff)
downloadcygwin-gettext-edb93864e8f71a72b1d169726c526f7130475c19.tar.gz
cygwin-gettext-edb93864e8f71a72b1d169726c526f7130475c19.tar.xz
cygwin-gettext-edb93864e8f71a72b1d169726c526f7130475c19.zip
cygwin-gettext 0.19.8.1HEADmain
Diffstat (limited to 'gettext-0.19.8.1-have_wprintf.patch')
-rw-r--r--gettext-0.19.8.1-have_wprintf.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/gettext-0.19.8.1-have_wprintf.patch b/gettext-0.19.8.1-have_wprintf.patch
new file mode 100644
index 0000000..75efe51
--- /dev/null
+++ b/gettext-0.19.8.1-have_wprintf.patch
@@ -0,0 +1,11 @@
+--- origsrc/gettext-0.19.8.1/gettext-runtime/m4/intl.m4 2016-03-20 02:37:53.000000000 -0500
++++ src/gettext-0.19.8.1/gettext-runtime/m4/intl.m4 2016-10-20 11:07:16.828746100 -0500
+@@ -94,7 +94,7 @@
+ HAVE_NEWLOCALE=0
+ fi
+ AC_SUBST([HAVE_NEWLOCALE])
+- if test "$ac_cv_func_wprintf" = yes; then
++ if test "$ac_cv_func_fwprintf" = yes; then
+ HAVE_WPRINTF=1
+ else
+ HAVE_WPRINTF=0