aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Deckner <alexandre.deckner@uzzl.com>2012-07-04 02:57:38 +0200
committerAlexandre Deckner <alexandre.deckner@uzzl.com>2012-07-04 02:57:38 +0200
commitd061a7009519756006ab8b2430d17883765b43af (patch)
treea2a280c4d666afe395883cf7ed5f6a0b0ef96e97
parent8ae2b062a6a39fdbcb41fc6c2f75d30460b5f336 (diff)
Fix WebPositive jamfile, cross building workshrev44293
-rw-r--r--src/apps/webpositive/Jamfile6
1 files 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
;