mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-11 06:10:06 +02:00
dev-python/sip: drop commandSuffix, simplify PROVIDES.
This commit is contained in:
@@ -15,12 +15,12 @@ SOURCE_DIR="sip-$portVersion"
|
||||
PATCHES="sip-$portVersion.patch"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
if [ "$targetArchitecture" = "x86_gcc2" ]; then
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
fi
|
||||
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = "x86_gcc2" ]; then
|
||||
commandSuffix=
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user