kbd/kbd-1.15-resizecon-x86_64.patch

12 lines
449 B
Diff
Raw Normal View History

2011-08-22 14:26:38 +00:00
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
2009-01-08 14:46:00 +00:00
case $host_cpu in
2011-08-22 14:26:38 +00:00
i?86*) RESIZECONS_PROGS=yes ;;
2009-01-08 14:46:00 +00:00
+ x86_64*) RESIZECONS_PROGS=yes ;;
2011-08-22 14:26:38 +00:00
*) RESIZECONS_PROGS=no ;;
2009-01-08 14:46:00 +00:00
esac
2011-08-22 14:26:38 +00:00
AM_CONDITIONAL(RESIZECONS_PROGS, test "$RESIZECONS_PROGS" = "yes")