summaryrefslogtreecommitdiffstats
path: root/source/a/kbd/sources/kbd-1.15-resizecon-x86_64.patch
blob: 5e8350a865aca37b16c26803084c0cefb5b8bdd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff -up kbd-1.15/configure_old kbd-1.15/configure
--- kbd-1.15/configure_old	2009-01-08 15:11:04.000000000 +0100
+++ kbd-1.15/configure	2009-01-08 15:11:45.000000000 +0100
@@ -7637,8 +7637,9 @@ fi
 
 
 case $host_cpu in
-	i?86*) RESIZECONS_PROGS=yes ;;
-	*)     RESIZECONS_PROGS=no ;;
+	i?86*)   RESIZECONS_PROGS=yes ;;
+	x86_64*) RESIZECONS_PROGS=yes ;;
+	*)       RESIZECONS_PROGS=no ;;
 esac
  if test "$RESIZECONS_PROGS" = "yes"; then
   RESIZECONS_PROGS_TRUE=