wok-6.x diff flac/receipt @ rev 4217
flac: fix build with gcc 4.x
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Sep 24 10:21:35 2009 +0000 (2009-09-24) |
parents | 1ed1357f1ef2 |
children | fb8aceda65ff |
line diff
1.1 --- a/flac/receipt Thu Jan 08 21:44:32 2009 +0100 1.2 +++ b/flac/receipt Thu Sep 24 10:21:35 2009 +0000 1.3 @@ -14,6 +14,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + # gcc4 fix: http://bugs.gentoo.org/199579 1.8 + busybox patch -p0 -i stuff/flac-1.2.1_gcc4.u 1.9 cd $src 1.10 ./configure \ 1.11 --prefix=/usr \