984a75e189
o use internal freetype2 for consistency with x11/XFree86-4. o added xthreads obtained from x11/XFree86-4. o install "ws" type config sample for xdm. o build DRI only if kernel source installed in /sys. o fix Riva128/SGRAM driver(patch-riva_hw.c). PR: 24338(4.0.2) Submitted by: maintainer, keith
12 lines
386 B
Text
12 lines
386 B
Text
--- lib/font/stubs/Imakefile.orig Wed Dec 20 13:32:01 2000
|
|
+++ lib/font/stubs/Imakefile Wed Dec 20 13:32:29 2000
|
|
@@ -18,7 +18,9 @@
|
|
NormalLibraryObjectRule()
|
|
NormalLibraryTarget(fntstubs,$(OBJS))
|
|
LintLibraryTarget(fntstubs,$(SRCS))
|
|
+# if !defined(LibInstall) || LibInstall
|
|
InstallLibrary(fntstubs,$(USRLIBDIR))
|
|
+# endif /* LibInstall */
|
|
NormalLintTarget($(SRCS))
|
|
DependTarget()
|
|
|