pkgsrc/x11/xservers/patches/patch-ad
tron 4ea96eaeb2 Update "xservers" package to version 3.3.6.2. The Changes since version
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.
2002-02-23 18:34:13 +00:00

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