void-packages/srcpkgs/libmad/patches/amd64-64bit.diff
Juan RP 3dcafde9d8 Added libmad-0.15.1b build template.
--HG--
extra : convert_revision : de887779aa7fe0cb5cd60821050ae10a5555509b
2009-12-30 01:02:40 +01:00

11 lines
303 B
Diff

--- configure.ac 2008-03-07 20:33:05.000000000 +0000
+++ configure.ac 2008-03-07 20:33:31.000000000 +0000
@@ -233,6 +233,7 @@
then
case "$host" in
i?86-*) FPM="INTEL" ;;
+ x86_64*) FPM="64BIT" ;;
arm*-*) FPM="ARM" ;;
mips*-*) FPM="MIPS" ;;
sparc*-*) FPM="SPARC" ;;