summaryrefslogtreecommitdiff
path: root/databases/mysql-client
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2000-04-19 22:46:24 +0000
committerjdolecek <jdolecek>2000-04-19 22:46:24 +0000
commit6bd602b3290949395d9399c9cf335313e4bdfe87 (patch)
tree625be5b2e27bcd7a86a11ef7c6994d6d21bad2d1 /databases/mysql-client
parent3d9a284e5891801e41ca141901623c63f8338755 (diff)
downloadpkgsrc-6bd602b3290949395d9399c9cf335313e4bdfe87.tar.gz
Add explicit --with-named-curses-libs="-lcurses" to avoid accidental
implicit usage of ncurses in case ncurses are installed. mysql clients seem to work just just fine with old 1.4.1 curses.
Diffstat (limited to 'databases/mysql-client')
-rw-r--r--databases/mysql-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-client/Makefile b/databases/mysql-client/Makefile
index 0f74329a3bc..a756518b25b 100644
--- a/databases/mysql-client/Makefile
+++ b/databases/mysql-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/02/15 04:46:31 bad Exp $
+# $NetBSD: Makefile,v 1.6 2000/04/19 22:46:24 jdolecek Exp $
#
DISTNAME= mysql-3.22.32
@@ -14,7 +14,7 @@ NO_CDROM= "Restrictive license."
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--without-perl --without-debug --without-bench \
- --without-server
+ --without-server --with-named-curses-libs="-lcurses"
.if exists(/usr/include/readline.h)
CONFIGURE_ARGS+=--without-readline