Date: Thu, 20 Dec 2018 08:39:46 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487860 - head/databases/percona56-server Message-ID: <201812200839.wBK8dkHg065421@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Dec 20 08:39:45 2018 New Revision: 487860 URL: https://svnweb.freebsd.org/changeset/ports/487860 Log: Add USES=compiler:c++11-lang to fix compilation on GCC-based architectures. In particular, this fixes the build on powerpc64. PR: 234071 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/databases/percona56-server/Makefile Modified: head/databases/percona56-server/Makefile ============================================================================== --- head/databases/percona56-server/Makefile Thu Dec 20 08:37:23 2018 (r487859) +++ head/databases/percona56-server/Makefile Thu Dec 20 08:39:45 2018 (r487860) @@ -16,12 +16,10 @@ LICENSE?= GPLv2+ BROKEN_armv6= fails to compile: sql/mysqld.cc:198:19: error: cannot combine with previous 'type-name' declaration specifier BROKEN_armv7= fails to compile: sql/mysqld.cc:198:19: error: cannot combine with previous 'type-name' declaration specifier -NOT_FOR_ARCHS= powerpc64 -NOT_FOR_ARCHS_REASON= unsupported platform SLAVEDIRS= databases/percona56-client \ databases/percona-pam-for-mysql -USES= bison cmake:noninja perl5 shebangfix +USES= bison compiler:c++11-lang cmake:noninja perl5 shebangfix OPTIONS_DEFINE= OPENSSL FASTMTX INNODBMEMCACHED TOKUDB OPTIONS_DEFAULT= OPENSSL INNODBMEMCACHED
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812200839.wBK8dkHg065421>