mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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)
This commit is contained in:
parent
625b9133ea
commit
a534aff1ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487860
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue