libdvbpsi: make it build with gcc2.

This commit is contained in:
Adrien Destugues
2014-09-12 11:07:48 +02:00
parent aba8dd6095
commit db57ee3d43
2 changed files with 3305 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ LICENSE="GNU LGPL v2.1"
SRC_URI="http://download.videolan.org/pub/libdvbpsi/$portVersion/libdvbpsi-$portVersion.tar.bz2"
CHECKSUM_SHA256="36d9b233306e48b58999e87864253b564e20932ed46a485e44ef7058f1f927e8"
REVISION="1"
ARCHITECTURES="x86 x86_64"
ARCHITECTURES="x86 x86_64 x86_gcc2"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
# for a different secondary architecture.
@@ -65,6 +65,11 @@ INSTALL()
$developDir
}
TEST()
{
make check
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="

File diff suppressed because it is too large Load Diff