diff options
author | Don Lewis <truckman@FreeBSD.org> | 2023-09-13 15:53:03 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2023-09-14 14:25:47 +0000 |
commit | 37e525dfdcde00912ce1a43a5adceb1efa111046 (patch) | |
tree | fa05d4b78b29c4aa167c818f9a50571b40f428d4 /editors/openoffice-4/Makefile | |
parent | 597e7072e9815fdcee74a453ae1626e5968cec15 (diff) |
editors/openoffice-4: Unmark BROKEN
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
Diffstat (limited to 'editors/openoffice-4/Makefile')
-rw-r--r-- | editors/openoffice-4/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index 2724bc571a7c..b366bc684755 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -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 && ( \ |