# HG changeset patch # User Pascal Bellard # Date 1253871409 -7200 # Node ID 9533ac3f632f4fe8de6a3763c959a110ede899a7 # Parent 70c4b5e20249bfc494a7d6baa52691e76c53ca77 libmad: fix build with gcc-4.x diff -r 70c4b5e20249 -r 9533ac3f632f libmad/receipt --- a/libmad/receipt Fri Sep 25 10:35:11 2009 +0200 +++ b/libmad/receipt Fri Sep 25 11:36:49 2009 +0200 @@ -13,6 +13,7 @@ compile_rules() { cd $src + sed -i '/-fforce-mem/d' ./configure ./configure --prefix=/usr $CONFIGURE_ARGS make make DESTDIR=$PWD/_pkg install