diff --git a/www/lagrange/Makefile b/www/lagrange/Makefile index a79deeaff76c..8af76b4b7d98 100644 --- a/www/lagrange/Makefile +++ b/www/lagrange/Makefile @@ -1,34 +1,36 @@ PORTNAME= lagrange DISTVERSION= 1.15.9 CATEGORIES= www MASTER_SITES= https://git.skyjake.fi/gemini/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= lcook@FreeBSD.org COMMENT= Beautiful Gemini Client WWW= https://gmi.skyjake.fi/lagrange/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md -BROKEN_SSL= libressl +BROKEN_SSL= libressl openssl30 openssl31 BROKEN_SSL_REASON_libressl= needs features only available in OpenSSL +BROKEN_SSL_REASON_openssl30= Fails to build with undefined symbol: ERR_load_BIO_strings +BROKEN_SSL_REASON_openssl31= Fails to build with undefined symbol: ERR_load_BIO_strings BUILD_DEPENDS= zip>0:archivers/zip LIB_DEPENDS= libfribidi.so:converters/fribidi \ libharfbuzz.so:print/harfbuzz \ libmpg123.so:audio/mpg123 \ libpcre2-8.so:devel/pcre2 \ libunistring.so:devel/libunistring USES= cmake compiler:c11 desktop-file-utils pkgconfig sdl ssl xorg USE_SDL= sdl2 USE_XORG= x11 xext LDFLAGS+= -lssl -lcrypto OPTIONS_DEFINE= SSE41 SSE41_DESC= Enable SSE4.1 support SSE41_CMAKE_ON= -DTFDN_ENABLE_SSE41:BOOL=ON .include