blob: cc2fb4c75c3d4837254655b2237e4d230c757379 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.1 2003/06/10 07:40:53 wiz Exp $
Enable use of I18N as in other versions.
--- Imakefile.orig Tue Dec 11 16:38:52 2001
+++ Imakefile
@@ -12,7 +12,7 @@ XCOMM
#define XPM
#define USEM4
#undef X11R6
-#undef I18N
+#define I18N
YFLAGS = -d
DEPLIBS = $(DEPXMULIB) $(DEPEXTENSIONLIB) $(DEPXLIB)
|