372f7910fb
- Reduce build times by not rebuilding some programs/libraries in each port. - Move some files from -clients to -libraries and from -libraries to -server. - Make package-building in XFree86-4 more intuitive PR: 41606 (package building)
22 lines
687 B
Text
22 lines
687 B
Text
--- lib/X11/Imakefile.orig Thu Dec 20 11:03:47 2001
|
|
+++ lib/X11/Imakefile Sun Aug 25 01:18:53 2002
|
|
@@ -943,7 +943,7 @@
|
|
|
|
OBJS = $(OBJS1) $(OBJS2) $(OBJS3)
|
|
|
|
-#if !BuildServersOnly || XnestServer || BuildGLXLibrary || BuildClients
|
|
+#if !BuildServersOnly || XnestServer || BuildGLXLibrary || BuildClients || FreeBSDBuildXxserv
|
|
#include <Library.tmpl>
|
|
|
|
SpecialCLibObjectRule(ErrDes,$(ICONFIGFILES),$(EDB_DEFINES))
|
|
@@ -983,8 +983,10 @@
|
|
#if InstallXcmsTxt
|
|
InstallNonExecFile(Xcms.txt,$(LIBDIR))
|
|
#endif
|
|
+#if defined(FreeBSDBuildXlib) && FreeBSDBuildXlib
|
|
InstallNonExecFile(XErrorDB,$(LIBDIR))
|
|
InstallNonExecFile(XKeysymDB,$(LIBDIR))
|
|
+#endif
|
|
InstallLintLibrary(X11,$(LINTLIBDIR))
|
|
|
|
|