From 4b65ec5733f8e08f3c967a866c59f7ee1d672bc0 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Wed, 17 Dec 2014 00:23:53 +0000 Subject: [PATCH] faac: Support x86_64 Signed-off-by: Timothy Gu --- media-libs/faac/faac-1.28.recipe | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 }