mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
coreutils: apply gcc2 patchset only for gcc2.
This commit is contained in:
committed by
Markus Himmel
parent
4cd900b183
commit
b4fdcc7ace
@@ -26,8 +26,12 @@ ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
|
||||
|
||||
PATCHES="
|
||||
coreutils-$portVersion.patchset
|
||||
coreutils-$portVersion.gcc2.patchset
|
||||
"
|
||||
if [ $effectiveTargetArchitecture = x86_gcc2 ]; then
|
||||
PATCHES+="
|
||||
coreutils-$portVersion.gcc2.patchset
|
||||
"
|
||||
fi
|
||||
|
||||
PROVIDES="
|
||||
coreutils = $portVersion compat >= 8
|
||||
|
||||
Reference in New Issue
Block a user