summarylogtreecommitdiffstats
path: root/09-gnulib-fix-underscore-cond.patch
diff options
context:
space:
mode:
authorMichel Zou2021-01-05 13:08:22 +0100
committerMichel Zou2021-01-05 13:08:22 +0100
commitf311ac0584ee016ef8a8e9c147ead50bca204cb0 (patch)
tree4fe2452fd6c17130a563c379b0018f978d948b35 /09-gnulib-fix-underscore-cond.patch
parent1aefdf35987695d5e3bf307ef096081eddd886a9 (diff)
downloadaur-f311ac0584ee016ef8a8e9c147ead50bca204cb0.tar.gz
0.21
Diffstat (limited to '09-gnulib-fix-underscore-cond.patch')
-rw-r--r--09-gnulib-fix-underscore-cond.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/09-gnulib-fix-underscore-cond.patch b/09-gnulib-fix-underscore-cond.patch
deleted file mode 100644
index d1fa96022ef6..000000000000
--- a/09-gnulib-fix-underscore-cond.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gettext-tools/gnulib-m4/asm-underscore.m4.orig 2016-08-12 19:58:41.845742375 +0200
-+++ gettext-tools/gnulib-m4/asm-underscore.m4 2016-08-12 19:55:53.967056822 +0200
-@@ -29,7 +29,7 @@
- EOF
- # Look for the assembly language name in the .s file.
- AC_TRY_COMMAND(${CC-cc} $CFLAGS $CPPFLAGS $gl_c_asm_opt conftest.c) >/dev/null 2>&1
-- if LC_ALL=C grep -E '(^|[^a-zA-Z0-9_])_foo([^a-zA-Z0-9_]|$)' conftest.$gl_asmext >/dev/null; then
-+ if LC_ALL=C grep -E '(^|[[^a-zA-Z0-9_]])_foo([[^a-zA-Z0-9_]]|$)' conftest.$gl_asmext >/dev/null; then
- gl_cv_prog_as_underscore=yes
- else
- gl_cv_prog_as_underscore=no