diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-25 10:35:22 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-25 10:35:22 +0000 |
commit | 036dd8c105cb7f94338b4e5d80f68f6e2f33b49d (patch) | |
tree | 6204e84f9bdea3944eb76a398968a1cfcd18bec6 /x11/XFree86-4-libraries/files/patch-z04 | |
parent | Upgrade the upgrade kits to include /etc/mtree/BSD.x11-4.dist. Bump versions (diff) |
Update to 4.0.1. Remove libraries from -clients. Try to extract
only what each port needs. Other miscellaneous bug fixes.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=31962
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-z04')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-z04 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-z04 b/x11/XFree86-4-libraries/files/patch-z04 index 3709b6eeb639..f533ae8a2688 100644 --- a/x11/XFree86-4-libraries/files/patch-z04 +++ b/x11/XFree86-4-libraries/files/patch-z04 @@ -1,12 +1,14 @@ ---- lib/X11/Imakefile.orig Sat Feb 12 15:24:39 2000 -+++ lib/X11/Imakefile Tue May 23 11:37:14 2000 -@@ -946,8 +946,10 @@ +--- lib/X11/Imakefile.orig Sun Jun 18 03:41:29 2000 ++++ lib/X11/Imakefile Tue Jul 18 22:01:12 2000 +@@ -950,8 +950,12 @@ #if InstallXcmsTxt InstallNonExecFile(Xcms.txt,$(LIBDIR)) #endif +#if !defined(FreeBSDBuildXlib) || !FreeBSDBuildXlib InstallNonExecFile(XErrorDB,$(LIBDIR)) InstallNonExecFile(XKeysymDB,$(LIBDIR)) ++test: ++ _LinkBuildLibrary($@) +#endif InstallLintLibrary(X11,$(LINTLIBDIR)) |