On Sat, Dec 05, 2020 at 07:26:04PM +0100, Solene Rapenne wrote: > This is a new port for another gemini/gopher browser. > > It provides a very enjoyable browsing experience that I can't > describe, I wish using www would be that nice. > > DSCR: > Lagrange is a desktop GUI client for browsing Geminispace. It offers > modern conveniences familiar from web browsers, such as smooth > scrolling, inline image viewing, multiple tabs, visual themes, > Unicode fonts, bookmarks, history, and page outlines.
I think (did not try) that cmake will pick up eopenssl if it is installed. This could be patched out as follows. --- lib/the_Foundation/Depends.cmake.orig Mon Dec 7 21:49:37 2020 +++ lib/the_Foundation/Depends.cmake Mon Dec 7 21:50:19 2020 @@ -10,10 +10,7 @@ set (iHaveCurl NO) endif () if (TFDN_ENABLE_TLSREQUEST) - pkg_check_modules (OPENSSL eopenssl11) # BSD - if (NOT OPENSSL_FOUND) - pkg_check_modules (OPENSSL openssl) - endif () + pkg_check_modules (OPENSSL openssl) else () set (OPENSSL_FOUND NO) set (iHaveOpenSSL NO)