3.3.6.1 are: - Build and install fonts because XFree86 3.3.6 servers don't work with XFree86 4.x fonts properly. - Add a warning message that the font path in "/etc/XF86Config" needs to be adjusted.
19 lines
386 B
Text
19 lines
386 B
Text
$NetBSD: patch-ad,v 1.1 2002/02/23 18:34:14 tron Exp $
|
|
|
|
--- Imakefile.orig Sat Feb 23 18:34:46 2002
|
|
+++ Imakefile Sat Feb 23 18:34:28 2002
|
|
@@ -8,11 +8,11 @@
|
|
#define OSName Unknown Operating System!
|
|
#endif
|
|
|
|
-#if !BuildServersOnly
|
|
-#if BuildFonts
|
|
+#if 1
|
|
+#if 1
|
|
FONTSDIR = fonts
|
|
#endif
|
|
-#ifndef Win32Architecture
|
|
+#if 0
|
|
DOCSDIR = doc
|
|
NLSSUBDIR = nls
|
|
#endif
|