pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/mysql-cluster



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Feb  5 18:09:35 UTC 2018

Modified Files:
        pkgsrc/databases/mysql-cluster: Makefile.common

Log Message:
mysql-cluster: Specify C++03, not C++11 clean.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/mysql-cluster/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/mysql-cluster/Makefile.common
diff -u pkgsrc/databases/mysql-cluster/Makefile.common:1.14 pkgsrc/databases/mysql-cluster/Makefile.common:1.15
--- pkgsrc/databases/mysql-cluster/Makefile.common:1.14 Sun Sep  3 08:53:05 2017
+++ pkgsrc/databases/mysql-cluster/Makefile.common      Mon Feb  5 18:09:35 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2017/09/03 08:53:05 wiz Exp $
+# $NetBSD: Makefile.common,v 1.15 2018/02/05 18:09:35 jperkin Exp $
 #
 # used by databases/mysql-cluster/Makefile
 
@@ -11,7 +11,7 @@ HOMEPAGE=     https://www.mysql.com/products
 LICENSE=       gnu-gpl-v2
 
 USE_CMAKE=             yes
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++03
 USE_TOOLS+=            bash gmake perl:run python:run
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index