libburn: doesn't build on x86_gcc2.

This commit is contained in:
Jerome Duval
2015-02-23 18:50:37 +00:00
parent 05c99fc87b
commit 4896fd46d5

View File

@@ -13,8 +13,12 @@ LICENSE="GNU GPL v2"
SRC_URI="http://files.libburnia-project.org/releases/libburn-$portVersion.tar.gz"
CHECKSUM_SHA256="46266bdd4b37ca9700a44bbd8dbfbf3526423ede25751fd2f0211b2b5ce29283"
REVISION="1"
ARCHITECTURES="?x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="?x86_gcc2 x86"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
# for a different secondary architecture.
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
fi
PATCHES="libburn-$portVersion.patchset"