From 29996a0199d6ff4acfd2c3247634c2262cf7fef1 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sat, 23 Nov 2013 12:32:36 -0600 Subject: [PATCH] build: Disable WebPositive on x86_64 to fix build * This commit is temporary and should be reverted when the x86_64 build is fixed. --- build/jam/DefaultBuildProfiles | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/build/jam/DefaultBuildProfiles b/build/jam/DefaultBuildProfiles index 8c91bd26c3..bf5ebe2ab0 100644 --- a/build/jam/DefaultBuildProfiles +++ b/build/jam/DefaultBuildProfiles @@ -71,8 +71,13 @@ rule DefineDefaultBuildProfiles } } - AddOptionalHaikuImagePackages BeBook Development Git WebPositive + AddOptionalHaikuImagePackages BeBook Development Git Welcome ; + + # Temporary until WebPositive is fixed on x86_64 + if $(HAIKU_PACKAGING_ARCHS) != x86_64 { + AddHaikuImagePackages WebPositive ; + } } case "alpha-*" : { @@ -99,7 +104,12 @@ rule DefineDefaultBuildProfiles xz_utils ; - AddOptionalHaikuImagePackages Development Git WebPositive ; + AddOptionalHaikuImagePackages Development Git ; + + # Temporary until WebPositive is fixed on x86_64 + if $(HAIKU_PACKAGING_ARCHS) != x86_64 { + AddHaikuImagePackages WebPositive ; + } } case "bootstrap-*" : {