aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-05 10:33:26 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-05 11:53:18 +0000
commitd897c7e9d12246f5d7b49cf3d627c8df074c8c96 (patch)
tree5acf6919bfb161418fb343cac17753312c885cd3
parent02c61dffcbacd639cec46b55501f7c10ecedc1ec (diff)
downloadports-d897c7e9d12246f5d7b49cf3d627c8df074c8c96.tar.gz
ports-d897c7e9d12246f5d7b49cf3d627c8df074c8c96.zip
databases/mysql57-client: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--databases/mysql57-client/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \