summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-10-02 11:15:17 +0000
committerobache <obache@pkgsrc.org>2008-10-02 11:15:17 +0000
commit7812e30f7dd505e124d79eb51952513539fb1230 (patch)
tree081ba8272ded464514b388645c144e10b8315d71 /databases
parent52806c2a13083138efca1882cf5f654ba8d722c0 (diff)
downloadpkgsrc-7812e30f7dd505e124d79eb51952513539fb1230.tar.gz
Suppress detection of readline.h.
Configure failed to detect pkgsrc readline.h and disabled.
Diffstat (limited to 'databases')
-rw-r--r--databases/sqlite3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 923e43abbc6..e66778e4e51 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -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 @@ PKGREVISION= 1
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 \