summaryrefslogtreecommitdiff
path: root/databases/sqlite/patches
diff options
context:
space:
mode:
authorsalo <salo>2004-09-08 15:55:48 +0000
committersalo <salo>2004-09-08 15:55:48 +0000
commit79bce700632bc596045e8f3ad1a303cb24d05af5 (patch)
tree7df77eae9ef2c17e667941486f0076fb38378fa0 /databases/sqlite/patches
parent6b74267b3304b571f899a3e691771017e1adfcb2 (diff)
downloadpkgsrc-79bce700632bc596045e8f3ad1a303cb24d05af5.tar.gz
PKGREVISION++
Point to correct location of VERSION file so we save the correct version into pkgconfig file. Addresses PR pkg/26875 by Ian Zagorskih.
Diffstat (limited to 'databases/sqlite/patches')
-rw-r--r--databases/sqlite/patches/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/sqlite/patches/patch-ab b/databases/sqlite/patches/patch-ab
new file mode 100644
index 00000000000..5b5d7345aa2
--- /dev/null
+++ b/databases/sqlite/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.7 2004/09/08 15:55:48 salo Exp $
+
+--- ../sqlite/configure.orig 2004-02-29 16:18:31.000000000 +0100
++++ ../sqlite/configure 2004-09-08 06:17:32.000000000 +0200
+@@ -18376,8 +18376,8 @@
+ fi
+
+
+-if test -f VERSION; then
+- VERSION=`cat VERSION`
++if test -f $srcdir/VERSION; then
++ VERSION=`cat $srcdir/VERSION`
+ echo "Version set to $VERSION"
+ fi
+