svn commit: r487860 - head/databases/percona56-server
Mark Linimon
linimon at FreeBSD.org
Thu Dec 20 08:39:47 UTC 2018
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
More information about the svn-ports-head
mailing list