mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
libdvbpsi: make it build with gcc2.
This commit is contained in:
@@ -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
Reference in New Issue
Block a user