diff options
author | abs <abs> | 2012-04-26 15:36:58 +0000 |
---|---|---|
committer | abs <abs> | 2012-04-26 15:36:58 +0000 |
commit | 6f2409b81a6812e1ebd96931e8bfd0591319fc04 (patch) | |
tree | 0a3ad673a0c281c47cd1e37d0029ecf0146006fb /devel/xulrunner | |
parent | 95ad455cce7254b55b4921ef40098f0516a0799a (diff) | |
download | pkgsrc-6f2409b81a6812e1ebd96931e8bfd0591319fc04.tar.gz |
update sqlite3 requirement to >=3.7.10 - fixes build on at least netbsd-6
Diffstat (limited to 'devel/xulrunner')
-rw-r--r-- | devel/xulrunner/mozilla-common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xulrunner/mozilla-common.mk b/devel/xulrunner/mozilla-common.mk index 4c757ec4c3d..4678cf77f51 100644 --- a/devel/xulrunner/mozilla-common.mk +++ b/devel/xulrunner/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.32 2012/03/21 20:10:11 ryoon Exp $ +# $NetBSD: mozilla-common.mk,v 1.33 2012/04/26 15:36:58 abs Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -84,7 +84,7 @@ PREFER.bzip2?= pkgsrc .include "../../audio/alsa-lib/buildlink3.mk" .endif .include "../../archivers/bzip2/buildlink3.mk" -BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.7.7.1 +BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.7.10 CONFIGURE_ENV+= ac_cv_sqlite_secure_delete=yes # c.f. patches/patch-al .include "../../databases/sqlite3/buildlink3.mk" BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1 |