pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/xulrunner update sqlite3 requirement to >=3.7.10...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65d698f8652b
branches:  trunk
changeset: 603027:65d698f8652b
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu Apr 26 15:36:58 2012 +0000

description:
update sqlite3 requirement to >=3.7.10 - fixes build on at least netbsd-6

diffstat:

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

diffs (18 lines):

diff -r 50d59c2291b8 -r 65d698f8652b devel/xulrunner/mozilla-common.mk
--- a/devel/xulrunner/mozilla-common.mk Thu Apr 26 15:18:55 2012 +0000
+++ b/devel/xulrunner/mozilla-common.mk Thu Apr 26 15:36:58 2012 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index