[haiku-commits] haiku: hrev44293 - src/apps/webpositive
- From: alex@xxxxxxxxxxxx
- To: haiku-commits@xxxxxxxxxxxxx
- Date: Wed, 4 Jul 2012 02:57:57 +0200 (CEST)
hrev44293 adds 1 changeset to branch 'master'
old head: 8ae2b062a6a39fdbcb41fc6c2f75d30460b5f336
new head: d061a7009519756006ab8b2430d17883765b43af
----------------------------------------------------------------------------
d061a70: Fix WebPositive jamfile, cross building works
[ Alexandre Deckner <alexandre.deckner@xxxxxxxx> ]
----------------------------------------------------------------------------
Revision: hrev44293
Commit: d061a7009519756006ab8b2430d17883765b43af
URL: http://cgit.haiku-os.org/haiku/commit/?id=d061a70
Author: Alexandre Deckner <alexandre.deckner@xxxxxxxx>
Date: Wed Jul 4 00:57:38 2012 UTC
----------------------------------------------------------------------------
1 file changed, 2 insertions(+), 4 deletions(-)
src/apps/webpositive/Jamfile | 6 ++----
----------------------------------------------------------------------------
diff --git a/src/apps/webpositive/Jamfile b/src/apps/webpositive/Jamfile
index c1cb3b0..c13bb56 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
;
Other related posts: