From c0b91677ef2f3952ec06340a6d222233c91495a6 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 4 Jun 2013 15:00:38 +0200 Subject: [PATCH] vision: Fix architecture check variable architecture -> targetArchitecture --- haiku-apps/vision/vision-908.recipe | 2 +- haiku-apps/vision/vision-942.recipe | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/haiku-apps/vision/vision-908.recipe b/haiku-apps/vision/vision-908.recipe index 70fc48db2..5959561a7 100644 --- a/haiku-apps/vision/vision-908.recipe +++ b/haiku-apps/vision/vision-908.recipe @@ -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 diff --git a/haiku-apps/vision/vision-942.recipe b/haiku-apps/vision/vision-942.recipe index da079aa51..a97718bad 100644 --- a/haiku-apps/vision/vision-942.recipe +++ b/haiku-apps/vision/vision-942.recipe @@ -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