diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-16 00:08:33 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-16 00:08:33 +0000 |
commit | ca660ece4d394de45dbf427b3c4f952b5c6c6cb4 (patch) | |
tree | c9b0261cd1f191da6f7f103e6a606f34c4a2199a | |
parent | e4bd11934adc3f0a1ba559d9cdee3d105ec7cebc (diff) |
diet-x11: Re-add the makekeys-patch, just don't add it to the diet-x11 SRC_URI, since it's already being applied from libx11
-rw-r--r-- | packages/xorg-lib/diet-x11/makekeys.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/xorg-lib/diet-x11/makekeys.diff b/packages/xorg-lib/diet-x11/makekeys.diff new file mode 100644 index 0000000000..cea08725ec --- /dev/null +++ b/packages/xorg-lib/diet-x11/makekeys.diff @@ -0,0 +1,12 @@ +diff -Nru libX11-X11R7.1-1.0.1.org/src/util/makekeys.c libX11-X11R7.1-1.0.1/src/util/makekeys.c +--- libX11-X11R7.1-1.0.1.org/src/util/makekeys.c 2007-03-08 14:34:34.000000000 +0100 ++++ libX11-X11R7.1-1.0.1/src/util/makekeys.c 2007-03-08 14:34:58.000000000 +0100 +@@ -49,7 +49,7 @@ + KeySym val; + } info[KTNUM]; + +-#define MIN_REHASH 10 ++#define MIN_REHASH 15 + #define MATCHES 10 + + char tab[KTNUM]; |