pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/mysql57-client mysql57: also don't use built...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32aebd1b55e6
branches:  trunk
changeset: 333419:32aebd1b55e6
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Mon May 06 15:47:39 2019 +0000

description:
mysql57: also don't use builtin libevent

diffstat:

 databases/mysql57-client/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a4578336c111 -r 32aebd1b55e6 databases/mysql57-client/Makefile.common
--- a/databases/mysql57-client/Makefile.common  Mon May 06 15:38:57 2019 +0000
+++ b/databases/mysql57-client/Makefile.common  Mon May 06 15:47:39 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2019/05/05 12:12:14 wiedi Exp $
+# $NetBSD: Makefile.common,v 1.19 2019/05/06 15:47:39 wiedi Exp $
 #
 # used by databases/mysql57-client/Makefile
 # used by databases/mysql57-server/Makefile
@@ -18,6 +18,7 @@
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bash bison gmake perl:run
 USE_GCC_RUNTIME=       yes
+USE_BUILTIN.libevent=  no
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index