Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2025 21:43:12 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c8c1d0dfc6f4 - main - net/ecal: broken on powerpc same as i386
Message-ID:  <202501122143.50CLhCnG097068@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501122143.50CLhCnG097068>