Warning, /sdk/cutehmi/external/recipes/i686-w64-mingw32/gettext/0004-fix-gl_cv_prog_as_underscore-test.patch is written in an unsupported language. File is not indexed.

0001 --- a/gettext-runtime/gnulib-m4/asm-underscore.m4       Sat Jun 11 12:59:32 2016
0002 +++ b/gettext-runtime/gnulib-m4/asm-underscore.m4       Sat Jun 11 12:59:32 2016
0003 @@ -27,11 +27,11 @@
0004  #endif
0005  int foo(void) { return 0; }
0006  EOF
0007       # Look for the assembly language name in the .s file.
0008       AC_TRY_COMMAND(${CC-cc} $CFLAGS $CPPFLAGS $gl_c_asm_opt conftest.c) >/dev/null 2>&1
0009 -     if LC_ALL=C grep -E '(^|[^a-zA-Z0-9_])_foo([^a-zA-Z0-9_]|$)' conftest.$gl_asmext >/dev/null; then
0010 +     if LC_ALL=C grep -E '(^|[[^a-zA-Z0-9_]])_foo([[^a-zA-Z0-9_]]|$)' conftest.$gl_asmext >/dev/null; then
0011         gl_cv_prog_as_underscore=yes
0012       else
0013         gl_cv_prog_as_underscore=no
0014       fi
0015       rm -f conftest*
0016 --- a/gettext-runtime/configure Sat Jun 11 13:00:53 2016
0017 +++ b/gettext-runtime/configure Sat Jun 11 13:00:53 2016
0018 @@ -24601,11 +24601,11 @@
0019    { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
0020    (eval $ac_try) 2>&5
0021    ac_status=$?
0022    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
0023    test $ac_status = 0; }; } >/dev/null 2>&1
0024 -     if LC_ALL=C grep -E '(^|^a-zA-Z0-9_)_foo(^a-zA-Z0-9_|$)' conftest.$gl_asmext >/dev/null; then
0025 +     if LC_ALL=C grep -E '(^|[^a-zA-Z0-9_])_foo([^a-zA-Z0-9_]|$)' conftest.$gl_asmext >/dev/null; then
0026         gl_cv_prog_as_underscore=yes
0027       else
0028         gl_cv_prog_as_underscore=no
0029       fi
0030       rm -f conftest*
0031 --- a/gettext-tools/gnulib-m4/asm-underscore.m4 Sat Jun 11 13:00:02 2016
0032 +++ b/gettext-tools/gnulib-m4/asm-underscore.m4 Sat Jun 11 13:00:02 2016
0033 @@ -27,11 +27,11 @@
0034  #endif
0035  int foo(void) { return 0; }
0036  EOF
0037       # Look for the assembly language name in the .s file.
0038       AC_TRY_COMMAND(${CC-cc} $CFLAGS $CPPFLAGS $gl_c_asm_opt conftest.c) >/dev/null 2>&1
0039 -     if LC_ALL=C grep -E '(^|[^a-zA-Z0-9_])_foo([^a-zA-Z0-9_]|$)' conftest.$gl_asmext >/dev/null; then
0040 +     if LC_ALL=C grep -E '(^|[[^a-zA-Z0-9_]])_foo([[^a-zA-Z0-9_]]|$)' conftest.$gl_asmext >/dev/null; then
0041         gl_cv_prog_as_underscore=yes
0042       else
0043         gl_cv_prog_as_underscore=no
0044       fi
0045       rm -f conftest*
0046 --- a/gettext-tools/configure   Sat Jun 11 13:01:07 2016
0047 +++ b/gettext-tools/configure  Sat Jun 11 13:01:07 2016
0048 @@ -32284,11 +32284,11 @@
0049    { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
0050    (eval $ac_try) 2>&5
0051    ac_status=$?
0052    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
0053    test $ac_status = 0; }; } >/dev/null 2>&1
0054 -     if LC_ALL=C grep -E '(^|^a-zA-Z0-9_)_foo(^a-zA-Z0-9_|$)' conftest.$gl_asmext >/dev/null; then
0055 +     if LC_ALL=C grep -E '(^|[^a-zA-Z0-9_])_foo([^a-zA-Z0-9_]|$)' conftest.$gl_asmext >/dev/null; then
0056         gl_cv_prog_as_underscore=yes
0057       else
0058         gl_cv_prog_as_underscore=no
0059       fi
0060       rm -f conftest*