1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/japanese/tcsh/files/patch-af
Steve Price 487d1b6434 Update to version 6.07.06.
Submitted by:	maintainer
1998-07-04 03:20:40 +00:00

16 lines
382 B
Plaintext

--- ../../tcsh-6.07.06/config_f.h Sun Jun 21 10:45:27 1998
+++ config_f.h Sun Jun 21 11:03:39 1998
@@ -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(__OpenBSD__)
+# define NLS_CATALOGS
+#else
+# undef NLS_CATALOGS
+#endif
/*
* LOGINFIRST Source ~/.login before ~/.cshrc