git: d897c7e9d122 - main - databases/mysql57-client: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 11:53:31 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d897c7e9d12246f5d7b49cf3d627c8df074c8c96 commit d897c7e9d12246f5d7b49cf3d627c8df074c8c96 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-05 10:33:26 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-05 11:53:18 +0000 databases/mysql57-client: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- databases/mysql57-client/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/databases/mysql57-client/Makefile b/databases/mysql57-client/Makefile index ec2127d9803f..1d0f056d736c 100644 --- a/databases/mysql57-client/Makefile +++ b/databases/mysql57-client/Makefile @@ -20,6 +20,7 @@ CONFLICTS_INSTALL= mysql5[0-68-9]-client \ CMAKE_ARGS+= -DWITHOUT_SERVER=1 \ -DWITH_NDBCLUSTER=1 +USE_CXXSTD= c++14 USE_LDCONFIG+= ${PREFIX}/lib/mysql MMAN1= comp_err.1 msql2mysql.1 mysql.1 mysql_config.1 mysql_config_editor.1 mysql_find_rows.1 \