aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql-connector-c
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-06 08:04:51 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-06 08:04:51 +0000
commit3dde099cc523f3e05c5d8e87829bccc3b48408f1 (patch)
tree7f3e12e589fd31483207cc583d4a50beeb25efa2 /databases/mysql-connector-c
parent21c7ddb27ab9fa3c4dc8801a30c021b87f957fb1 (diff)
downloadports-3dde099cc523f3e05c5d8e87829bccc3b48408f1.tar.gz
ports-3dde099cc523f3e05c5d8e87829bccc3b48408f1.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=498069
Diffstat (limited to 'databases/mysql-connector-c')
-rw-r--r--databases/mysql-connector-c/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/mysql-connector-c/Makefile b/databases/mysql-connector-c/Makefile
index 87f41b850b39..bdd5fb199d8f 100644
--- a/databases/mysql-connector-c/Makefile
+++ b/databases/mysql-connector-c/Makefile
@@ -29,6 +29,8 @@ CFLAGS+= -march=i586
.endif
.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= incomplete definition of type 'struct dh_st'
+BROKEN_FreeBSD_13= incomplete definition of type 'struct dh_st'
CMAKE_ARGS+= -DWITH_SSL="system"
.else
CMAKE_ARGS+= -DWITH_SSL="${OPENSSLBASE}"