1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/japanese/tcsh/files/patch-af
Masafumi Max NAKANE f1e18afc00 Upgrade, 6.07.6b4 -> 6.07.9b5.
Provide the Japanese catalog files as separate ports.
Update maintainer's e-mail address.

PR:		7692
Submitted by:	maintainer
1998-08-30 21:14:47 +00:00

16 lines
382 B
Plaintext

--- ../../tcsh-6.07.09/config_f.h Wed Jul 22 01:03:32 1998
+++ config_f.h Wed Jul 22 01:04:17 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