Skip to content

Commit

Permalink
editors/openoffice-4: Unmark BROKEN
Browse files Browse the repository at this point in the history
The undefined symbol ERR_GET_FUNC error was caused by libserf-1.so
expecting to find this symbol in libssl.so, but it was no longer
defined in OpenSSL > 3.0.  This problem was fixed in www/serv 1.3.9_7.
The unsupported option -print-multi-os-directory error comes from
an OpenOffice module configure script and does not break the build.

MFH:		2023Q3
  • Loading branch information
DonLewisFreeBSD committed Sep 14, 2023
1 parent 597e707 commit 37e525d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions editors/openoffice-4/Makefile
Expand Up @@ -198,12 +198,6 @@ TARGET_ORDER_OVERRIDE= 710:gnome-post-icons
WITH= SDK
.endif

.include <bsd.port.options.mk>

.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
BROKEN= fails to compile undefined symbol ERR_GET_FUNC
.endif

.include <bsd.port.pre.mk>

.if ${OPSYS} == FreeBSD && ( \
Expand Down

0 comments on commit 37e525d

Please sign in to comment.