summaryrefslogtreecommitdiff
path: root/x11/libxkbfile/files/patch-Imakefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-05-09 05:48:10 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-05-09 05:48:10 +0000
commit78ca695845cf1cdf26b4ccfb2bbd81595f1855ea (patch)
tree52769aa093a2552e1fdc0d5216aee8eed95fb7a1 /x11/libxkbfile/files/patch-Imakefile
parentFix package build in the non-GNOME case. (diff)
Add port of libxkbfile from X.Org release 6.7.0.
Diffstat (limited to 'x11/libxkbfile/files/patch-Imakefile')
-rw-r--r--x11/libxkbfile/files/patch-Imakefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/x11/libxkbfile/files/patch-Imakefile b/x11/libxkbfile/files/patch-Imakefile
new file mode 100644
index 000000000000..eb8b91160e09
--- /dev/null
+++ b/x11/libxkbfile/files/patch-Imakefile
@@ -0,0 +1,34 @@
+--- Imakefile.orig Thu Mar 4 09:47:14 2004
++++ Imakefile Sat May 8 14:39:42 2004
+@@ -5,24 +5,19 @@
+
+ XCOMM $XFree86: xc/lib/xkbfile/Imakefile,v 3.5 2003/10/15 21:23:38 herrb Exp $
+
+-#define DoNormalLib NormalLibxkbfile
+-#define DoSharedLib SharedLibxkbfile
+-#define DoExtraLib SharedLibxkbfile
+-#define DoDebugLib DebugLibxkbfile
+-#define DoProfileLib ProfileLibxkbfile
++#define DoNormalLib YES
++#define DoSharedLib YES
++#define DoExtraLib YES
++#define DoDebugLib NO
++#define DoProfileLib NO
+ #define HasSharedData NO
+ #define LibName xkbfile
+ #define SoRev SOXKBFILEREV
++SOXKBFILEREV = 1.0
+ #define IncSubdir X11
+ #define IncSubSubdir extensions
+
+-#ifdef SharedxkbfileReqs
+-REQUIREDLIBS = SharedxkbfileReqs
+-#endif
+-
+-#if !BuildXKBfilelib
+-#define LibBuild NO
+-#endif
++REQUIREDLIBS = $(LDPRELIB) $(XONLYLIB)
+
+ SRCS = xkbtext.c xkbdraw.c xkbmisc.c xkbatom.c xkberrs.c \
+ cout.c xkbout.c xkmout.c \