summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/ed/files/ed-0.4-configure-LANG.patch')
-rw-r--r--sys-apps/ed/files/ed-0.4-configure-LANG.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-apps/ed/files/ed-0.4-configure-LANG.patch b/sys-apps/ed/files/ed-0.4-configure-LANG.patch
new file mode 100644
index 000000000000..06d0031a980b
--- /dev/null
+++ b/sys-apps/ed/files/ed-0.4-configure-LANG.patch
@@ -0,0 +1,22 @@
+--- configure
++++ configure
+@@ -14,6 +14,19 @@
+ progversion=0.4
+ srctrigger=ed.h
+
++# NLS nuisances.
++for as_var in \
++ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
++ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
++ LC_TELEPHONE LC_TIME
++do
++ if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
++ eval $as_var=C; export $as_var
++ else
++ unset $as_var
++ fi
++done
++
+ # clear some things potentially inherited from environment.
+ srcdir=
+ prefix=/usr/local