summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2000-04-19 22:46:24 +0000
committerjdolecek <jdolecek>2000-04-19 22:46:24 +0000
commit2024dcbc76eb3b1fe88f983ba5237cfd6714a141 (patch)
tree625be5b2e27bcd7a86a11ef7c6994d6d21bad2d1 /databases
parentd3e7dd82fc59ec840958b2d5155ac2f1ba4ab393 (diff)
downloadpkgsrc-2024dcbc76eb3b1fe88f983ba5237cfd6714a141.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')
-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