git: ecb7b97830e6 - main - net/ecal: Broken on armv7 and i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Jan 2024 06:48:16 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ecb7b97830e6e510aadaa78494e6d45b35231596 commit ecb7b97830e6e510aadaa78494e6d45b35231596 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:14 +0000 net/ecal: Broken on armv7 and i386 Reported by: https://portsfallout.com/ --- 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 \