diff --git a/media-libs/faac/faac-1.28.recipe b/media-libs/faac/faac-1.28.recipe index 2ed315a18..746fcee1d 100644 --- a/media-libs/faac/faac-1.28.recipe +++ b/media-libs/faac/faac-1.28.recipe @@ -10,7 +10,7 @@ REVISION="2" LICENSE="GNU GPL v2" COPYRIGHT="Copyright (C) 2003 Krzysztof Nikiel" -ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" +ARCHITECTURES="x86_gcc2 ?x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 ?x86" PROVIDES=" @@ -47,8 +47,6 @@ PATCH() if [ "$targetArchitecture" = x86_gcc2 ]; then sed -i 's/-lstdc++/-lstdc++.r4/' configure.in frontend/Makefile.am - else - sed -i 's/-lstdc++//' configure.in frontend/Makefile.am fi }