]> git.ipfire.org Git - ipfire-3.x.git/blob - kbd/patches/kbd-1.15-resizecon-x86_64.patch
git: Update to 2.23.0
[ipfire-3.x.git] / kbd / patches / kbd-1.15-resizecon-x86_64.patch
1 diff -up kbd-1.15/configure_old kbd-1.15/configure
2 --- kbd-1.15/configure_old 2009-01-08 15:11:04.000000000 +0100
3 +++ kbd-1.15/configure 2009-01-08 15:11:45.000000000 +0100
4 @@ -7637,8 +7637,9 @@ fi
5
6
7 case $host_cpu in
8 - i?86*) RESIZECONS_PROGS=yes ;;
9 - *) RESIZECONS_PROGS=no ;;
10 + i?86*) RESIZECONS_PROGS=yes ;;
11 + x86_64*) RESIZECONS_PROGS=yes ;;
12 + *) RESIZECONS_PROGS=no ;;
13 esac
14 if test "$RESIZECONS_PROGS" = "yes"; then
15 RESIZECONS_PROGS_TRUE=