aboutsummaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/files/patch-lib_X11_Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-lib_X11_Imakefile')
-rw-r--r--x11/XFree86-4-libraries/files/patch-lib_X11_Imakefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-lib_X11_Imakefile b/x11/XFree86-4-libraries/files/patch-lib_X11_Imakefile
new file mode 100644
index 000000000000..1cc81756d39a
--- /dev/null
+++ b/x11/XFree86-4-libraries/files/patch-lib_X11_Imakefile
@@ -0,0 +1,22 @@
+--- lib/X11/Imakefile.orig Sun Jan 9 02:58:04 2005
++++ lib/X11/Imakefile Sun Jan 9 02:59:57 2005
+@@ -10,7 +10,7 @@
+ HEADERS = Xlib.h Xresource.h Xutil.h cursorfont.h Xlibint.h \
+ Xcms.h Xlocale.h XKBlib.h
+
+-#if BuildServersOnly && !XnestServer && !BuildGLXLibrary && !BuildClients && !XdmxServer
++#if BuildServersOnly && !XnestServer && !BuildGLXLibrary && !BuildClients && !XdmxServer && !FreeBSDBuildXxserv
+ all::
+
+ depend::
+@@ -1043,8 +1043,10 @@
+ #if InstallXcmsTxt
+ InstallNonExecFile(Xcms.txt,$(LIBDIR))
+ #endif
++#if defined(FreeBSDBuildXlib) && FreeBSDBuildXlib
+ InstallNonExecFile(XErrorDB,$(LIBDIR))
+ InstallNonExecFile(XKeysymDB,$(LIBDIR))
++#endif
+ InstallLintLibrary(X11,$(LINTLIBDIR))
+
+