From 79bce700632bc596045e8f3ad1a303cb24d05af5 Mon Sep 17 00:00:00 2001 From: salo Date: Wed, 8 Sep 2004 15:55:48 +0000 Subject: PKGREVISION++ Point to correct location of VERSION file so we save the correct version into pkgconfig file. Addresses PR pkg/26875 by Ian Zagorskih. --- databases/sqlite/patches/patch-ab | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 databases/sqlite/patches/patch-ab (limited to 'databases/sqlite/patches') 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 + -- cgit v1.2.3