svn commit: r498070 - branches/2019Q2/databases/mysql-connector-c
Antoine Brodin
antoine at FreeBSD.org
Sat Apr 6 08:05:26 UTC 2019
Author: antoine
Date: Sat Apr 6 08:05:24 2019
New Revision: 498070
URL: https://svnweb.freebsd.org/changeset/ports/498070
Log:
MFH: r498069
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Modified:
branches/2019Q2/databases/mysql-connector-c/Makefile
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/databases/mysql-connector-c/Makefile
==============================================================================
--- branches/2019Q2/databases/mysql-connector-c/Makefile Sat Apr 6 08:04:51 2019 (r498069)
+++ branches/2019Q2/databases/mysql-connector-c/Makefile Sat Apr 6 08:05:24 2019 (r498070)
@@ -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}"
More information about the svn-ports-all
mailing list