summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn>2009-12-04 09:18:14 +0000
committertnn <tnn>2009-12-04 09:18:14 +0000
commit6f5b31c9b00112aa12a9daae5621ffad861ed4a6 (patch)
tree93617583b45ec6e6cdd4986f8d49f15b65abbc90
parent413577b7216700c3645ebe9fbe8d29415e99309d (diff)
downloadpkgsrc-6f5b31c9b00112aa12a9daae5621ffad861ed4a6.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).
-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"