Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jun 2021 09:00:26 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: 6095787e2623 - main - databases/libzdb: also fails on powerpc
Message-ID:  <202106160900.15G90QZI015163@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=6095787e26235f1602e8187dfc7a2debdee9c445

commit 6095787e26235f1602e8187dfc7a2debdee9c445
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-06-16 09:00:06 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-06-16 09:00:06 +0000

    databases/libzdb: also fails on powerpc
---
 databases/libzdb/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/databases/libzdb/Makefile b/databases/libzdb/Makefile
index 57afc292ff1f..09bfd3967359 100644
--- a/databases/libzdb/Makefile
+++ b/databases/libzdb/Makefile
@@ -12,6 +12,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_i386=	fails to build
+BROKEN_powerpc=	fails to build
 
 USES=		compiler:c11 gmake libtool localbase pathfix
 



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