Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/mysql57-client mysql57-client: help cmake de...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d07788724500
branches: trunk
changeset: 431130:d07788724500
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat May 09 16:59:49 2020 +0000
description:
mysql57-client: help cmake detect EDITLINE_INCLUDE_DIR
diffstat:
databases/mysql57-client/Makefile.common | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e281e591526a -r d07788724500 databases/mysql57-client/Makefile.common
--- a/databases/mysql57-client/Makefile.common Sat May 09 16:52:51 2020 +0000
+++ b/databases/mysql57-client/Makefile.common Sat May 09 16:59:49 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2020/05/07 05:31:53 adam Exp $
+# $NetBSD: Makefile.common,v 1.26 2020/05/09 16:59:49 tnn Exp $
#
# used by databases/mysql57-client/Makefile
# used by databases/mysql57-server/Makefile
@@ -66,6 +66,7 @@
CMAKE_ARGS+= -DWITH_BOOST="system"
CMAKE_ARGS+= -DWITH_EDITLINE="system"
+CMAKE_ARGS+= -DEDITLINE_INCLUDE_DIR=${BUILDLINK_PREFIX.editline}/include
CMAKE_ARGS+= -DWITH_LIBEVENT="system"
CMAKE_ARGS+= -DWITH_LZ4="system"
CMAKE_ARGS+= -DWITH_SSL="system"
Home |
Main Index |
Thread Index |
Old Index