From d061a7009519756006ab8b2430d17883765b43af Mon Sep 17 00:00:00 2001 From: Alexandre Deckner Date: Wed, 4 Jul 2012 02:57:38 +0200 Subject: [PATCH] Fix WebPositive jamfile, cross building works --- src/apps/webpositive/Jamfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/apps/webpositive/Jamfile b/src/apps/webpositive/Jamfile index c1cb3b00a1..c13bb56bf9 100644 --- a/src/apps/webpositive/Jamfile +++ b/src/apps/webpositive/Jamfile @@ -64,10 +64,8 @@ Application WebPositive : $(sources) : $(HAIKU_WEBKIT_LIBS) - # dependencies - curl icuuc icudata png sqlite3 xml2 z - # haiku - be bsd localestub network stdc++ tracker translation + $(TARGET_LIBSTDC++) $(HAIKU_LOCALE_LIBS) + be network tracker translation : WebPositive.rdef ;