freebsd-ports/x11/XFree86-4-libraries/files/patch-z35
FUJISHIMA Satsuki 984a75e189 update to 4.0.3.
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
2001-03-25 23:04:52 +00:00

13 lines
386 B
Plaintext

--- 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()