sed: enable x86

This commit is contained in:
Jerome Duval
2022-09-25 17:24:50 +02:00
parent 46ce79920d
commit 07164bf2ff

View File

@@ -16,7 +16,7 @@ PATCHES="sed-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2 ?x86 ?arm"
if [ "$targetArchitecture" = x86_gcc2 ]; then
SECONDARY_ARCHITECTURES="?x86"
SECONDARY_ARCHITECTURES="x86"
fi
commandBinDir=$binDir