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).
This commit is contained in:
tnn 2009-12-04 09:18:14 +00:00
parent fb0654c260
commit b7c003130c

View file

@ -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"