summaryrefslogtreecommitdiff
path: root/misc/fd/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fd/patches/patch-ae')
-rw-r--r--misc/fd/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/fd/patches/patch-ae b/misc/fd/patches/patch-ae
new file mode 100644
index 00000000000..3bb5c18c8c3
--- /dev/null
+++ b/misc/fd/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2006/12/06 15:36:32 taca Exp $
+
+--- mkmfsed.c.orig 2006-10-31 00:00:00.000000000 +0900
++++ mkmfsed.c
+@@ -119,7 +119,7 @@ char *argv[];
+ printf("s:__OSTYPE__:%s:\n", OSTYPE);
+
+ #ifdef USEMANLANG
+- if ((cp = (char *)getenv("LANG")) && *cp)
++ if ((cp = (char *)getenv("LANGDIR")) && *cp)
+ printf("s:__LANGDIR__:/%s:\n", cp);
+ else
+ #endif