aboutsummaryrefslogtreecommitdiff
path: root/net/lavinmq/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-18 17:44:26 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-18 19:42:05 +0000
commita5e48c4187d6e7e7531eeb6b221a1863d943a43e (patch)
treec680863f6839f3911e4584be381fba94d24168bf /net/lavinmq/Makefile
parent4e15e5371b4b74894b5c4bbe5e2086d1585f5fe4 (diff)
downloadports-a5e48c4187d6e7e7531eeb6b221a1863d943a43e.tar.gz
ports-a5e48c4187d6e7e7531eeb6b221a1863d943a43e.zip
net/lavinmq: Mark BROKEN with OpenSSL 3 and later
Fails to compile with: ld: error: undefined symbol: EVP_MD_size Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'net/lavinmq/Makefile')
-rw-r--r--net/lavinmq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/lavinmq/Makefile b/net/lavinmq/Makefile
index bf6c119b8173..fffdeaed1d08 100644
--- a/net/lavinmq/Makefile
+++ b/net/lavinmq/Makefile
@@ -41,7 +41,7 @@ SHARDS_ENV= --time --verbose --production --release --no-color --stats \
.include <bsd.port.options.mk>
.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
-CXXFLAGS+= -DOPENSSL_API_COMPAT=0x30000000L
+BROKEN= fails to compile: undefined symbol: EVP_MD_size
.endif
post-extract: