mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
vision: Fix architecture check
variable architecture -> targetArchitecture
This commit is contained in:
@@ -7,7 +7,7 @@ COPYRIGHT="1999-2010 The Vision Team"
|
||||
REVISION="3"
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
if [ $architecture != x86_gcc2 ]; then
|
||||
if [ $targetArchitecture != x86_gcc2 ]; then
|
||||
PATCHES="vision-908-gcc4.patch"
|
||||
fi
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ COPYRIGHT="1999-2010 The Vision Team"
|
||||
REVISION="3"
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
if [ $architecture != x86_gcc2 ]; then
|
||||
if [ $targetArchitecture != x86_gcc2 ]; then
|
||||
PATCHES="vision-908-gcc4.patch"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user