Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2023 17:23:39 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cf718bc7d4eb - main - finance/ledger: Fix build with utf8cpp 4.0.0+
Message-ID:  <202311141723.3AEHNd2V084805@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cf718bc7d4ebefef12995bbbdb0f5bded23bdf3e

commit cf718bc7d4ebefef12995bbbdb0f5bded23bdf3e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-14 16:53:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-14 17:16:48 +0000

    finance/ledger: Fix build with utf8cpp 4.0.0+
---
 finance/ledger/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/finance/ledger/Makefile b/finance/ledger/Makefile
index 84954ff4b15b..d78150340624 100644
--- a/finance/ledger/Makefile
+++ b/finance/ledger/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 BROKEN_FreeBSD_12_powerpc64=	fails to link on powerpc64 elfv1: ibledger.so.3: undefined reference to boost::match_results
 
-BUILD_DEPENDS=	${LOCALBASE}/include/utf8cpp/utf8.h:devel/utf8cpp
+BUILD_DEPENDS=	utf8cpp>=0:devel/utf8cpp
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr \
 		libboost_system.so:devel/boost-libs



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