pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/mysql4-client Add an explict requirement for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8e0ef7e6ae9
branches:  trunk
changeset: 497880:a8e0ef7e6ae9
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Aug 06 18:27:29 2005 +0000

description:
Add an explict requirement for readline on 1.6.x which should resolve
 PR#30678 and PR#30364.

diffstat:

 databases/mysql4-client/Makefile.common |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 2341b272fa85 -r a8e0ef7e6ae9 databases/mysql4-client/Makefile.common
--- a/databases/mysql4-client/Makefile.common   Sat Aug 06 17:46:15 2005 +0000
+++ b/databases/mysql4-client/Makefile.common   Sat Aug 06 18:27:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.42 2005/07/29 21:02:35 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.43 2005/08/06 18:27:29 adrianp Exp $
 
 DISTNAME=              mysql-4.1.13
 CATEGORIES=            databases
@@ -45,6 +45,12 @@
 CONFIGURE_ARGS+=       --without-readline
 CONFIGURE_ARGS+=       --without-libedit
 
+# We need the full readline on NetBSD 1.6.x
+.if !empty(MACHINE_PLATFORM:MNetBSD-1.*)
+USE_BUILTIN.readline=  no
+.include "../../devel/readline/buildlink3.mk"
+.endif
+
 # This forces mysql.info _not_ to be rebuilt.
 CONFIGURE_ARGS+=       --without-docs
 



Home | Main Index | Thread Index | Old Index