wok-next view libmad/stuff/patches/amd64-64bit.diff @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents
children
line source
1 Index: libmad-0.15.1b/configure.ac
2 ===================================================================
3 --- libmad-0.15.1b.orig/configure.ac 2008-03-07 20:33:05.000000000 +0000
4 +++ libmad-0.15.1b/configure.ac 2008-03-07 20:33:31.000000000 +0000
5 @@ -233,6 +233,7 @@
6 then
7 case "$host" in
8 i?86-*) FPM="INTEL" ;;
9 + x86_64*) FPM="64BIT" ;;
10 arm*-*) FPM="ARM" ;;
11 mips*-*) FPM="MIPS" ;;
12 sparc*-*) FPM="SPARC" ;;