diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-25 23:04:52 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-25 23:04:52 +0000 |
commit | 984a75e189f8032fdc9c22cb74ee524c9c5f229b (patch) | |
tree | 9d805fa2f35da750e77d677f6098022710d037b6 /x11/XFree86-4-libraries/files/patch-z34 | |
parent | Add CURL support. (diff) |
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-z34')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-z34 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-z34 b/x11/XFree86-4-libraries/files/patch-z34 index 1e19d6e99592..c6ee029a49ca 100644 --- a/x11/XFree86-4-libraries/files/patch-z34 +++ b/x11/XFree86-4-libraries/files/patch-z34 @@ -1,33 +1,33 @@ ---- lib/font/Imakefile~ Sun Feb 13 15:15:23 2000 -+++ lib/font/Imakefile Thu Jul 27 16:26:42 2000 +--- lib/font/Imakefile.orig Wed Dec 20 13:26:25 2000 ++++ lib/font/Imakefile Wed Dec 20 13:29:32 2000 @@ -120,22 +120,30 @@ #if NormalLibFont NormalDepLibraryTarget($(LIBNAME),$(SUBDIRS) $(DONES),$(STATIC_OBJS)) -+#if !defined(LibInstall) || LibInstall ++# if !defined(LibInstall) || LibInstall InstallLibrary($(LIBNAME),$(USRLIBDIR)) -+#endif ++# endif /* LibInstall */ #endif /* NormalLibFont */ #if SharedLibFont SharedDepLibraryTarget($(LIBNAME),$(SOREV),$(SUBDIRS) $(DONES),$(SHARED_OBJS),.,.) -+#if !defined(LibInstall) || LibInstall ++# if !defined(LibInstall) || LibInstall InstallSharedLibrary($(LIBNAME),$(SOREV),$(SHLIBDIR)) -+#endif ++# endif /* LibInstall */ #endif /* SharedLibFont */ #if DebugLibFont DebuggedDepLibraryTarget(Xfont,$(SUBDIRS) $(DONES),$(DEBUG_OBJS)) -+#if !defined(LibInstall) || LibInstall ++# if !defined(LibInstall) || LibInstall InstallLibrary($(LIBNAME)_d,$(USRLIBDIR)) -+#endif ++# endif /* LibInstall */ #endif /* DebugLibFont */ #if ProfileLibFont ProfiledDepLibraryTarget(Xfont,$(SUBDIRS) $(DONES),$(PROFILE_OBJS)) -+#if !defined(LibInstall) || LibInstall ++# if !defined(LibInstall) || LibInstall InstallLibrary($(LIBNAME)_p,$(USRLIBDIR)) -+#endif ++# endif /* LibInstall */ #endif /* ProfileLibFont */ - #if DoLoadableServer + #if BuildServer && DoLoadableServer |