1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/x11/XFree86-4-libraries/files/patch-z04
Satoshi Asami 036dd8c105 Update to 4.0.1. Remove libraries from -clients. Try to extract
only what each port needs.  Other miscellaneous bug fixes.

Submitted by:	maintainer
2000-08-25 10:35:22 +00:00

16 lines
404 B
Plaintext

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