summaryrefslogtreecommitdiff
path: root/devel/xulrunner
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-12-04 09:18:14 +0000
committertnn <tnn@pkgsrc.org>2009-12-04 09:18:14 +0000
commitb7c003130ccd56363c711355d6e89e30978df5c0 (patch)
tree93617583b45ec6e6cdd4986f8d49f15b65abbc90 /devel/xulrunner
parentfb0654c26088cbc3caec8643c7f763fc60a0e03a (diff)
downloadpkgsrc-b7c003130ccd56363c711355d6e89e30978df5c0.tar.gz
add buildlinkry for libjpeg. We can end up linking with the wrong libjpeg
on Linux otherwise. There are still other problems with interference from native libraries (i.e. sqlite3).
Diffstat (limited to 'devel/xulrunner')
-rw-r--r--devel/xulrunner/mozilla-common.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/xulrunner/mozilla-common.mk b/devel/xulrunner/mozilla-common.mk
index 9d1bbfaa476..44e45a84a9a 100644
--- a/devel/xulrunner/mozilla-common.mk
+++ b/devel/xulrunner/mozilla-common.mk
@@ -1,9 +1,11 @@
-# $NetBSD: mozilla-common.mk,v 1.7 2009/11/28 17:46:01 tnn Exp $
+# $NetBSD: mozilla-common.mk,v 1.8 2009/12/04 09:18:14 tnn Exp $
#
# common Makefile fragment for mozilla packages based on gecko 1.9.1.
#
# used by devel/xulrunner/Makefile
+# used by mail/thunderbird/Makefile
# used by www/firefox/Makefile
+# used by www/seamonkey/Makefile
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config perl gmake autoconf213
@@ -72,6 +74,7 @@ CONFIGURE_ENV+= ac_cv_thread_keyword=no
BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.6.16
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
.include "../../net/libIDL/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.18.3nb1
.include "../../x11/gtk2/buildlink3.mk"