pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/sqlite fix path to pkgconfig file



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee6ef9df52b4
branches:  trunk
changeset: 489677:ee6ef9df52b4
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Feb 24 19:08:02 2005 +0000

description:
fix path to pkgconfig file
(hope this was quick enough to avoid a PKGREVISION bump)

diffstat:

 databases/sqlite/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 91b7cdc36153 -r ee6ef9df52b4 databases/sqlite/Makefile
--- a/databases/sqlite/Makefile Thu Feb 24 18:46:49 2005 +0000
+++ b/databases/sqlite/Makefile Thu Feb 24 19:08:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/02/24 16:05:25 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2005/02/24 19:08:02 drochner Exp $
 
 DISTNAME=              sqlite-2.8.16
 CATEGORIES=            databases
@@ -22,7 +22,7 @@
 CFLAGS+=               -DUINT32_TYPE=u_int32_t -DUINT16_TYPE=u_int16_t \
                        -DUINT8_TYPE=u_int8_t -DINTPTR_TYPE=long
 
-PKGCONFIG_OVERRIDE=    ${WRKDIR}/sqlite/sqlite.pc.in
+PKGCONFIG_OVERRIDE=    ${WRKDIR}/sqlite-2.8.16/sqlite.pc.in
 
 post-extract:
        ${MKDIR} ${WRKSRC}



Home | Main Index | Thread Index | Old Index