From 970fd85f849c73368f60af58d232f937454c264a Mon Sep 17 00:00:00 2001 From: tnn Date: Tue, 16 Mar 2010 10:56:36 +0000 Subject: prepare common Makefile for firefox-3.6.2 update. --- devel/xulrunner/mozilla-common.mk | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/xulrunner/mozilla-common.mk b/devel/xulrunner/mozilla-common.mk index b868936fc7c..ce4c2479876 100644 --- a/devel/xulrunner/mozilla-common.mk +++ b/devel/xulrunner/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.12 2010/03/03 13:38:54 tnn Exp $ +# $NetBSD: mozilla-common.mk,v 1.13 2010/03/16 10:56:36 tnn Exp $ # # common Makefile fragment for mozilla packages based on gecko 1.9.1. # @@ -16,6 +16,7 @@ BUILD_DEPENDS+= zip>=2.3:../../archivers/zip PKG_DESTDIR_SUPPORT= user-destdir CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/libpkix/libpkix.sh +CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/multinit/multinit.sh PRIVILEGED_STAGES+= clean CONFIGURE_ARGS+= --disable-tests --disable-pedantic @@ -29,6 +30,8 @@ CONFIGURE_ARGS+= --with-system-jpeg CONFIGURE_ARGS+= --with-system-zlib --with-system-bz2 CONFIGURE_ARGS+= --enable-system-sqlite CONFIGURE_ARGS+= --disable-crashreporter +CONFIGURE_ARGS+= --disable-libnotify +CONFIGURE_ARGS+= --disable-necko-wifi SUBST_CLASSES+= fix-paths SUBST_STAGE.fix-paths= pre-configure @@ -44,9 +47,11 @@ SUBST_SED.fix-paths+= -e 's,/usr/lib/mozilla/plugins,${PREFIX}/lib/netscape/plu CONFIG_GUESS_OVERRIDE+= ${MOZILLA_DIR}build/autoconf/config.guess CONFIG_GUESS_OVERRIDE+= ${MOZILLA_DIR}js/src/build/autoconf/config.guess CONFIG_GUESS_OVERRIDE+= ${MOZILLA_DIR}nsprpub/build/autoconf/config.guess +CONFIG_GUESS_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.guess CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}build/autoconf/config.sub CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}js/src/build/autoconf/config.sub CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}nsprpub/build/autoconf/config.sub +CONFIG_SUB_OVERRIDE+= ${MOZILLA_DIR}/js/ctypes/libffi/config.sub PYTHON_FOR_BUILD_ONLY= yes .include "../../lang/python/application.mk" @@ -77,7 +82,7 @@ PREFER.bzip2?= pkgsrc .include "../../audio/alsa-lib/buildlink3.mk" .endif .include "../../archivers/bzip2/buildlink3.mk" -BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.6.21 +BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.6.22 .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" -- cgit v1.2.3