git: c8c1d0dfc6f4 - main - net/ecal: broken on powerpc same as i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jan 2025 21:43:12 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8c1d0dfc6f4a2e6d244365cb09de3b3beac515a commit c8c1d0dfc6f4a2e6d244365cb09de3b3beac515a Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-11 10:16:32 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-12 21:36:47 +0000 net/ecal: broken on powerpc same as i386 --- net/ecal/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ecal/Makefile b/net/ecal/Makefile index 07870ba96501..bb4d358a6a34 100644 --- a/net/ecal/Makefile +++ b/net/ecal/Makefile @@ -13,6 +13,7 @@ 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) +BROKEN_powerpc= 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