summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-02-01 05:01:43 -0600
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-02-01 06:07:19 -0600
commit6e95a7c8512c00539eca57f8ab7d869016f8b9fe (patch)
tree835e46925490cfb54d62a30a58612d3b948afb78
parentdevel/jetbrains-goland: Update to 2022.3.2 (diff)
databases/mysql-connector-c++: Ignore with mysql 8.0
PR: 269203 Reported by: exp-run
-rw-r--r--databases/mysql-connector-c++/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/mysql-connector-c++/Makefile b/databases/mysql-connector-c++/Makefile
index f3f50afcf2e6..370203ad1bb1 100644
--- a/databases/mysql-connector-c++/Makefile
+++ b/databases/mysql-connector-c++/Makefile
@@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_regex.so:devel/boost-libs
USES= cmake compiler:c++11-lang mysql ssl
+IGNORE_WITH_MYSQL= 80
USE_LDCONFIG= yes
CMAKE_ARGS= -DDOC_DESTINATION="${DOCSDIR}" -DCMAKE_ENABLE_C++11=ON