Skip to content

Commit

Permalink
databases/mysql56-server: switch back to clang on powerpc64
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Apr 25, 2022
1 parent 66f0e16 commit fe14b62
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions databases/mysql56-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ LICENSE= GPLv2
BROKEN_armv6= qemu: uncaught target signal 11 (Segmentation fault) - core dumped

SLAVEDIRS= databases/mysql56-client
USES= bison:build cmake:noninja cpe groff:run libedit localbase \
perl5 shebangfix ssl
USES= bison:build cmake:noninja compiler:c++11-lib cpe groff:run \
libedit localbase perl5 shebangfix ssl

CPE_VENDOR= oracle

Expand Down Expand Up @@ -135,16 +135,6 @@ FEDERATED_SUB_LIST+= FEDER="--federated"
FEDERATED_SUB_LIST_OFF+= FEDER=""
.endif

.include <bsd.port.options.mk>

.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
USES+= compiler:gcc-c++11-lib
USE_CXXSTD= gnu++11
.else
USES+= compiler:c++11-lib
USE_CXXSTD= c++11
.endif

.include <bsd.port.pre.mk>

post-patch:
Expand Down

0 comments on commit fe14b62

Please sign in to comment.