From 5014ec297210e8f9f2826310412439562ce3d10b Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 5 Jan 2012 15:55:19 +0000 Subject: main/kbd: moved from testing fixes #825 --- main/kbd/kbd-1.15-resizecon-x86_64.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main/kbd/kbd-1.15-resizecon-x86_64.patch (limited to 'main/kbd/kbd-1.15-resizecon-x86_64.patch') diff --git a/main/kbd/kbd-1.15-resizecon-x86_64.patch b/main/kbd/kbd-1.15-resizecon-x86_64.patch new file mode 100644 index 0000000000..3ce5a68688 --- /dev/null +++ b/main/kbd/kbd-1.15-resizecon-x86_64.patch @@ -0,0 +1,11 @@ +diff -up kbd-1.15.3/configure.ac.orig kbd-1.15.3/configure.ac +--- kbd-1.15.3/configure.ac.orig 2011-08-22 16:01:11.456165128 +0200 ++++ kbd-1.15.3/configure.ac 2011-08-22 16:01:38.878163675 +0200 +@@ -60,6 +60,7 @@ AM_CONDITIONAL(KEYCODES_PROGS, test "$KE + + case $host_cpu in + i?86*) RESIZECONS_PROGS=yes ;; ++ x86_64*) RESIZECONS_PROGS=yes ;; + *) RESIZECONS_PROGS=no ;; + esac + AM_CONDITIONAL(RESIZECONS_PROGS, test "$RESIZECONS_PROGS" = "yes") -- cgit v1.2.3