diff options
author | sf <sf@FreeBSD.org> | 2001-03-25 23:04:52 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-03-25 23:04:52 +0000 |
commit | 6396ac698d244fb6ea823070223a75ecb9b909c2 (patch) | |
tree | b19a966ff00ebf46230c8f844f7c2d67a5fad2cc /x11/XFree86-4-libraries/files/patch-z32 | |
parent | 8cbd5e5e70535df6ff2b6144664f3d73a958050c (diff) | |
download | FreeBSD-ports-6396ac698d244fb6ea823070223a75ecb9b909c2.zip FreeBSD-ports-6396ac698d244fb6ea823070223a75ecb9b909c2.tar.gz |
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
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-z32')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-z32 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-z32 b/x11/XFree86-4-libraries/files/patch-z32 index b244390..0255cb1 100644 --- a/x11/XFree86-4-libraries/files/patch-z32 +++ b/x11/XFree86-4-libraries/files/patch-z32 @@ -1,10 +1,10 @@ ---- lib/GL/mesa/src/OSmesa/Imakefile.orig Thu Jul 27 16:09:32 2000 -+++ lib/GL/mesa/src/OSmesa/Imakefile Thu Jul 27 16:10:11 2000 -@@ -243,7 +243,8 @@ +--- lib/GL/mesa/src/OSmesa/Imakefile.orig Thu Dec 14 17:30:09 2000 ++++ lib/GL/mesa/src/OSmesa/Imakefile Tue Dec 19 14:26:58 2000 +@@ -281,7 +281,8 @@ /*InstallLibrary($(LIBNAME),$(USRLIBDIR))*/ SharedDepLibraryTarget($(LIBNAME),$(SOREV), $(DONES), $(OBJS), ., .) -+#if !defined(LibInstall) || LibInstall ++#if (!defined(LibInstall) || LibInstall) || (!defined(ModInstall) || ModInstall) InstallSharedLibrary($(LIBNAME),$(SOREV),$(SHLIBDIR)) - +#endif |