pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/xulrunner add buildlinkry for libjpeg. We can en...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a43b05b17521
branches:  trunk
changeset: 568102:a43b05b17521
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Dec 04 09:18:14 2009 +0000

description:
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:

 devel/xulrunner/mozilla-common.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r f9d1923209a6 -r a43b05b17521 devel/xulrunner/mozilla-common.mk
--- a/devel/xulrunner/mozilla-common.mk Fri Dec 04 00:04:18 2009 +0000
+++ b/devel/xulrunner/mozilla-common.mk Fri Dec 04 09:18:14 2009 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index