aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-17 02:58:11 +0000
committerDon Lewis <truckman@FreeBSD.org>2023-09-16 00:48:30 +0000
commitc7f684191701882ba88ded6b8138ed964b539fb3 (patch)
treef0fd9330ae43581d547703e001437443b102e118 /editors
parent2c7b81b175602417d4b9afb4bc93cc6798d6403b (diff)
downloadports-c7f684191701882ba88ded6b8138ed964b539fb3.tar.gz
ports-c7f684191701882ba88ded6b8138ed964b539fb3.zip
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-4/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile
index 9cff52730499..ba07421c6d86 100644
--- a/editors/openoffice-4/Makefile
+++ b/editors/openoffice-4/Makefile
@@ -198,6 +198,12 @@ 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 && ( \
@@ -205,11 +211,6 @@ WITH= SDK
BROKEN= please update FreeBSD base system first to fix an ABI incompatibility
.endif
-.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
-BROKEN_SSL= base openssl30 openssl31
-BROKEN_SSL_REASON= Undefined symbol ERR_GET_FUNC
-.endif
-
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-symbols
.endif