pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases Add USE_GCC_RUNTIME to mysql{51, 55, 56}



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae7c58fcc8da
branches:  trunk
changeset: 333125:ae7c58fcc8da
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Apr 30 14:09:52 2019 +0000

description:
Add USE_GCC_RUNTIME to mysql{51,55,56}

diffstat:

 databases/mysql51-client/Makefile.common |  3 ++-
 databases/mysql55-client/Makefile.common |  3 ++-
 databases/mysql56-client/Makefile.common |  3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diffs (51 lines):

diff -r 560fcf072379 -r ae7c58fcc8da databases/mysql51-client/Makefile.common
--- a/databases/mysql51-client/Makefile.common  Tue Apr 30 13:22:20 2019 +0000
+++ b/databases/mysql51-client/Makefile.common  Tue Apr 30 14:09:52 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.37 2018/02/01 23:14:55 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.38 2019/04/30 14:09:52 abs Exp $
 #
 # used by databases/mysql51-client/Makefile
 # used by databases/mysql51-server/Makefile
@@ -13,6 +13,7 @@
 
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
+USE_GCC_RUNTIME=       yes
 
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
diff -r 560fcf072379 -r ae7c58fcc8da databases/mysql55-client/Makefile.common
--- a/databases/mysql55-client/Makefile.common  Tue Apr 30 13:22:20 2019 +0000
+++ b/databases/mysql55-client/Makefile.common  Tue Apr 30 14:09:52 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.64 2018/11/22 11:27:11 adam Exp $
+# $NetBSD: Makefile.common,v 1.65 2019/04/30 14:09:52 abs Exp $
 #
 # used by databases/mysql55-client/Makefile
 # used by databases/mysql55-server/Makefile
@@ -17,6 +17,7 @@
 USE_CMAKE=             yes
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bash gmake perl:run
+USE_GCC_RUNTIME=       yes
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 560fcf072379 -r ae7c58fcc8da databases/mysql56-client/Makefile.common
--- a/databases/mysql56-client/Makefile.common  Tue Apr 30 13:22:20 2019 +0000
+++ b/databases/mysql56-client/Makefile.common  Tue Apr 30 14:09:52 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.49 2019/04/25 08:53:43 adam Exp $
+# $NetBSD: Makefile.common,v 1.50 2019/04/30 14:09:52 abs Exp $
 #
 # used by databases/mysql56-client/Makefile
 # used by databases/mysql56-server/Makefile
@@ -17,6 +17,7 @@
 USE_CMAKE=             yes
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bash gmake perl:run
+USE_GCC_RUNTIME=       yes
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index