git: fe14b62930a2 - main - databases/mysql56-server: switch back to clang on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Apr 2022 14:28:30 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe14b62930a2984ef3f701b700e7dba68381317f commit fe14b62930a2984ef3f701b700e7dba68381317f Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-25 14:12:59 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-25 14:12:59 +0000 databases/mysql56-server: switch back to clang on powerpc64 --- databases/mysql56-server/Makefile | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/databases/mysql56-server/Makefile b/databases/mysql56-server/Makefile index 6bbd818e189a..cba9ee6ed0fc 100644 --- a/databases/mysql56-server/Makefile +++ b/databases/mysql56-server/Makefile @@ -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 @@ -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: