git: 49f760237db7 - 2024Q1 - net/ecal: Broken on armv7 and i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 25 Jan 2024 06:48:39 UTC
The branch 2024Q1 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=49f760237db7274c0fab4a6b984ffc755be97ff1

commit 49f760237db7274c0fab4a6b984ffc755be97ff1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-25 06:47:10 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-25 06:48:36 +0000

    net/ecal: Broken on armv7 and i386
    
    Reported by:    https://portsfallout.com/
    
    (cherry picked from commit ecb7b97830e6e510aadaa78494e6d45b35231596)
---
 net/ecal/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net/ecal/Makefile b/net/ecal/Makefile
index bc4dc86bedfd..7fc5223617ab 100644
--- a/net/ecal/Makefile
+++ b/net/ecal/Makefile
@@ -11,6 +11,9 @@ WWW=		https://eclipse-ecal.github.io/ecal/index.html
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_armv7=	link fails: undefined reference due to --no-allow-shlib-undefined: absl::lts_20230125::hash_internal::CityHash32(char const*, unsigned int)
+BROKEN_i386=	link fails: undefined reference due to --no-allow-shlib-undefined: absl::lts_20230125::hash_internal::CityHash32(char const*, unsigned int)
+
 BUILD_DEPENDS=	asio>0:net/asio \
 		termcolor>0:devel/termcolor
 LIB_DEPENDS=	libcurl.so:ftp/curl \