aboutsummaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-12-05 01:46:18 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-12-05 01:46:18 +0000
commitcd0bbf0b8d4d109987cca2cc071935f2a6119341 (patch)
tree139a51febc3ec1a6f7a77db0b40ff01415a4dbcc /x11/XFree86-4-libraries
parent159a648417380cf68e915cd03f9e89e6cfaa8b0b (diff)
Notes
Diffstat (limited to 'x11/XFree86-4-libraries')
-rw-r--r--x11/XFree86-4-libraries/files/patch-xkbfile-Imakefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-xkbfile-Imakefile b/x11/XFree86-4-libraries/files/patch-xkbfile-Imakefile
new file mode 100644
index 000000000000..e9b6819326b0
--- /dev/null
+++ b/x11/XFree86-4-libraries/files/patch-xkbfile-Imakefile
@@ -0,0 +1,15 @@
+--- lib/xkbfile/Imakefile.dist Thu Dec 4 17:28:22 2003
++++ lib/xkbfile/Imakefile Thu Dec 4 17:30:51 2003
+@@ -6,7 +6,12 @@
+ XCOMM $XFree86: xc/lib/xkbfile/Imakefile,v 3.4 2001/08/27 17:40:59 dawes Exp $
+
+ #define DoNormalLib YES
++#if defined(x86_64Architecture)
++#define DoSharedLib YES
++SOXKBFILEREV= 6.0
++#else
+ #define DoSharedLib NO
++#endif
+ #define DoExtraLib NO
+ #define DoDebugLib NO
+ #define DoProfileLib NO