Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2021 15:02:05 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: f74356590dc7 - main - databases/libpbl: unbreak on all architectures
Message-ID:  <202109271502.18RF25xt061434@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=f74356590dc7d69760c434aa7493c2f1c41fcdd1

commit f74356590dc7d69760c434aa7493c2f1c41fcdd1
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-09-27 14:59:54 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-09-27 14:59:54 +0000

    databases/libpbl: unbreak on all architectures
    
    Tested on armv7.
---
 databases/libpbl/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/databases/libpbl/Makefile b/databases/libpbl/Makefile
index afc1085adad4..65552877ad2a 100644
--- a/databases/libpbl/Makefile
+++ b/databases/libpbl/Makefile
@@ -14,10 +14,6 @@ LICENSE=	LGPL21+
 MAKEFILE=	makefile
 TEST_TARGET=	test
 
-BROKEN_armv6=	Fails to build: cannot compile pblPerform.c
-BROKEN_armv7=	Fails to build: cannot compile pblPerform.c
-BROKEN_mips=	Fails to build: cannot compile pblPerform.c
-
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 
 PLIST_FILES=	include/pbl.h \



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