mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
muscle: Fix building for gcc4
It misses a devel package though...
This commit is contained in:
@@ -18,8 +18,13 @@ SRC_URI="https://public.msli.com/lcs/muscle/muscle6.00.zip"
|
||||
CHECKSUM_SHA256="b12abe12b5cc4aa93126f86ae07a4bcd02ee8d89d692789435debd5becc53437"
|
||||
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
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
muscle = $portVersion
|
||||
|
||||
Reference in New Issue
Block a user