summaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authorryoon <ryoon>2015-10-15 20:59:18 +0000
committerryoon <ryoon>2015-10-15 20:59:18 +0000
commitd4670a9db33e58b4165297cbf53c88d6f7238c84 (patch)
treed8f694c14aca39dc1ea6b63520472efa1edd2df8 /databases/sqlite3
parent6ae79fcbddab0153c8ce55ba354d978c11c32540 (diff)
downloadpkgsrc-d4670a9db33e58b4165297cbf53c88d6f7238c84.tar.gz
Fix POSIX shell portability isuue.
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/distinfo4
-rw-r--r--databases/sqlite3/patches/patch-configure22
2 files changed, 24 insertions, 2 deletions
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index 6902960f5ad..43a34ecbb59 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.108 2015/10/15 17:31:32 adam Exp $
+$NetBSD: distinfo,v 1.109 2015/10/15 20:59:18 ryoon Exp $
SHA1 (sqlite-autoconf-3090000.tar.gz) = 6578aa8df05fd7777fbbc4fbf1912d981623f73b
RMD160 (sqlite-autoconf-3090000.tar.gz) = 995eb214a84f1cb390b07ead61c1596062f0c090
SHA512 (sqlite-autoconf-3090000.tar.gz) = ab483e3f8c29e7160bb312b0d8cd6799a4322d95dcd6198dae69846158bf74171c57bc0332f87e271870cd1b14596f63e6f0f20cf9c65cf274e0c3e66faf95a7
Size (sqlite-autoconf-3090000.tar.gz) = 2283997 bytes
-SHA1 (patch-configure) = d16b88b4550b96f2470da7799f6a5f4d9610a699
+SHA1 (patch-configure) = 1b9379f8f995456e9e39416123e08c0b4aa6d9b5
diff --git a/databases/sqlite3/patches/patch-configure b/databases/sqlite3/patches/patch-configure
new file mode 100644
index 00000000000..a07559fb13e
--- /dev/null
+++ b/databases/sqlite3/patches/patch-configure
@@ -0,0 +1,22 @@
+$NetBSD: patch-configure,v 1.1 2015/10/15 20:59:18 ryoon Exp $
+
+--- configure.orig 2015-10-14 12:53:34.000000000 +0000
++++ configure
+@@ -12613,7 +12613,7 @@ else
+ enable_fts5=no
+ fi
+
+-if test x"$enable_fts5" == "xyes"; then
++if test x"$enable_fts5" = "xyes"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing log" >&5
+ $as_echo_n "checking for library containing log... " >&6; }
+ if ${ac_cv_search_log+:} false; then :
+@@ -12685,7 +12685,7 @@ else
+ enable_json1=no
+ fi
+
+-if test x"$enable_json1" == "xyes"; then
++if test x"$enable_json1" = "xyes"; then
+ JSON1_FLAGS=-DSQLITE_ENABLE_JSON1
+ fi
+