faac: Support x86_64

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Timothy Gu
2014-12-17 00:23:53 +00:00
parent ecce98aff5
commit 4b65ec5733

View File

@@ -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
}