summaryrefslogtreecommitdiff
path: root/databases/mysql55-client
diff options
context:
space:
mode:
authorwiz <wiz>2015-11-11 11:00:06 +0000
committerwiz <wiz>2015-11-11 11:00:06 +0000
commit91539c1b1ea115c219b6922d5a9524343116635d (patch)
treef54671374fde5ff6799a0e3319f727ace19da5ec /databases/mysql55-client
parentf111b16659de7a284b1d2c07251a218952e718fc (diff)
downloadpkgsrc-91539c1b1ea115c219b6922d5a9524343116635d.tar.gz
When dtrace option is not enabled, explicitly disable dtrace.
Fixes build on NetBSD built with dtrace.
Diffstat (limited to 'databases/mysql55-client')
-rw-r--r--databases/mysql55-client/options.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/mysql55-client/options.mk b/databases/mysql55-client/options.mk
index 13d99c47932..410af9dcc37 100644
--- a/databases/mysql55-client/options.mk
+++ b/databases/mysql55-client/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2015/10/03 12:13:29 adam Exp $
+# $NetBSD: options.mk,v 1.11 2015/11/11 11:00:06 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mysql5
@@ -19,6 +19,8 @@ CMAKE_ARGS+= -DWITH_SSL=no
# Enable DTrace support
.if !empty(PKG_OPTIONS:Mdtrace)
CMAKE_ARGS+= -DENABLE_DTRACE=ON
+.else
+CMAKE_ARGS+= -DENABLE_DTRACE=OFF
.endif
# Enable Sphinx SE support