summaryrefslogtreecommitdiff
path: root/shells/tcsh/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'shells/tcsh/patches/patch-ad')
-rw-r--r--shells/tcsh/patches/patch-ad17
1 files changed, 17 insertions, 0 deletions
diff --git a/shells/tcsh/patches/patch-ad b/shells/tcsh/patches/patch-ad
new file mode 100644
index 00000000000..eb433c15c18
--- /dev/null
+++ b/shells/tcsh/patches/patch-ad
@@ -0,0 +1,17 @@
+$NetBSD: patch-ad,v 1.5 2002/04/11 15:26:47 abs Exp $
+
+--- config_f.h.orig Sun Jun 11 03:14:10 2000
++++ config_f.h
+@@ -65,7 +65,11 @@
+ * if you don't have <nl_types.h>, you don't want
+ * to define this.
+ */
+-#undef NLS_CATALOGS
++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
++# define NLS_CATALOGS
++#else
++# undef NLS_CATALOGS
++#endif
+
+ /*
+ * LOGINFIRST Source ~/.login before ~/.cshrc