summaryrefslogtreecommitdiff
path: root/databases/mysql56-client/Makefile.common
diff options
context:
space:
mode:
authorobache <obache>2013-02-26 11:32:57 +0000
committerobache <obache>2013-02-26 11:32:57 +0000
commitff8c479f40c9ea2509f514f6fc3dde8823831514 (patch)
tree8088ba5bac7e7e9e007968a2d06541401a8e8858 /databases/mysql56-client/Makefile.common
parent7beeeb69eca98582abfdd890bbd1a9b84a3a1eae (diff)
downloadpkgsrc-ff8c479f40c9ea2509f514f6fc3dde8823831514.tar.gz
Remove WITH_READLINE cmake option, removed by 5.6.5.
noticed by diger in pkgsrc-users@.
Diffstat (limited to 'databases/mysql56-client/Makefile.common')
-rw-r--r--databases/mysql56-client/Makefile.common3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/mysql56-client/Makefile.common b/databases/mysql56-client/Makefile.common
index 2d8fbbc7ad6..9eb270ddf2f 100644
--- a/databases/mysql56-client/Makefile.common
+++ b/databases/mysql56-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2013/02/13 21:00:02 adam Exp $
+# $NetBSD: Makefile.common,v 1.2 2013/02/26 11:32:57 obache Exp $
#
# used by databases/mysql56-client/Makefile
# used by databases/mysql56-server/Makefile
@@ -63,7 +63,6 @@ CMAKE_ARGS+= -DMYSQL_DATADIR=${MYSQL_DATADIR}
# always use our own readline, not MySQL bundled one
CMAKE_ARGS+= -DWITH_LIBEDIT=OFF
-CMAKE_ARGS+= -DWITH_READLINE=OFF
CMAKE_ARGS+= -DWITH_ZLIB="system"
CMAKE_ARGS+= -DDEFAULT_CHARSET=${MYSQL_CHARSET:Q}
CMAKE_ARGS+= -DDEFAULT_COLLATION=${MYSQL_COLLATION:Q}