pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/sqlite3 Suppress detection of readline.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/585bb305bf5c
branches:  trunk
changeset: 547760:585bb305bf5c
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Oct 02 11:15:17 2008 +0000

description:
Suppress detection of readline.h.
Configure failed to detect pkgsrc readline.h and disabled.

diffstat:

 databases/sqlite3/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 18a28c1cdae8 -r 585bb305bf5c databases/sqlite3/Makefile
--- a/databases/sqlite3/Makefile        Thu Oct 02 08:34:26 2008 +0000
+++ b/databases/sqlite3/Makefile        Thu Oct 02 11:15:17 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/09/22 08:34:08 obache Exp $
+# $NetBSD: Makefile,v 1.12 2008/10/02 11:15:17 obache Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -9,6 +9,7 @@
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 CONFIGURE_ARGS+=       --disable-tcl
 CONFIGURE_ARGS+=       --enable-load-extension
+CONFIGURE_ARGS+=       --with-readline-inc=
 
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/sqlite3.1 \



Home | Main Index | Thread Index | Old Index