summaryrefslogtreecommitdiff
path: root/databases/mysql57-client
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-05-11 21:25:02 +0000
committertnn <tnn@pkgsrc.org>2020-05-11 21:25:02 +0000
commit7c3d33777a76ed2e7e81e2d5eda9031c59cf754b (patch)
tree8dd0f2babe53d2ead7a97ba5a8ae9d9822ff462f /databases/mysql57-client
parent92168ca1568b5adec675f8111074b6616a1c8382 (diff)
downloadpkgsrc-7c3d33777a76ed2e7e81e2d5eda9031c59cf754b.tar.gz
mysql57-client: be more explicit about where libedit headers are
Diffstat (limited to 'databases/mysql57-client')
-rw-r--r--databases/mysql57-client/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql57-client/Makefile.common b/databases/mysql57-client/Makefile.common
index 53896033ab2..8a42a7ec55d 100644
--- a/databases/mysql57-client/Makefile.common
+++ b/databases/mysql57-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2020/05/09 16:59:49 tnn Exp $
+# $NetBSD: Makefile.common,v 1.27 2020/05/11 21:25:02 tnn Exp $
#
# used by databases/mysql57-client/Makefile
# used by databases/mysql57-server/Makefile
@@ -66,7 +66,7 @@ CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
CMAKE_ARGS+= -DWITH_BOOST="system"
CMAKE_ARGS+= -DWITH_EDITLINE="system"
-CMAKE_ARGS+= -DEDITLINE_INCLUDE_DIR=${BUILDLINK_PREFIX.editline}/include
+CMAKE_ARGS+= -DEDITLINE_INCLUDE_DIR=${BUILDLINK_PREFIX.editline:Q}/${BUILDLINK_INCDIRS.editline}
CMAKE_ARGS+= -DWITH_LIBEVENT="system"
CMAKE_ARGS+= -DWITH_LZ4="system"
CMAKE_ARGS+= -DWITH_SSL="system"