Disable SimGear for every arch.

OSG is currently broken on Haiku.
Nothing depends on it.
This commit is contained in:
miqlas
2018-11-29 22:13:21 +01:00
committed by GitHub
parent 823eec1d28
commit 636f2e331e

View File

@@ -10,8 +10,8 @@ SOURCE_URI="https://downloads.sourceforge.net/flightgear/simgear-$portVersion.ta
CHECKSUM_SHA256="f61576bc36aae36f350154749df1cee396763604c06b8a71c4b50452d9151ce5"
PATCHES="simgear-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
ARCHITECTURES="!x86_gcc2 !x86 !x86_64"
SECONDARY_ARCHITECTURES="!x86"
libVersion="$portVersion"