From 99ea2811301727efa75ea2658f60b3486e803469 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 15 Nov 2023 00:54:05 +0800 Subject: [PATCH] textproc/lttoolbox: Fix build with utf8cpp 4.0.0+ --- textproc/lttoolbox/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/textproc/lttoolbox/Makefile b/textproc/lttoolbox/Makefile index be8e5c2bb804f..dd4cb21e79c1a 100644 --- a/textproc/lttoolbox/Makefile +++ b/textproc/lttoolbox/Makefile @@ -11,18 +11,17 @@ WWW= https://wiki.apertium.org/wiki/Lttoolbox LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= utf8cpp>0:devel/utf8cpp +BUILD_DEPENDS= utf8cpp>=4.0.0:devel/utf8cpp LIB_DEPENDS= libicuio.so:devel/icu \ libxml2.so:textproc/libxml2 -USES= autoreconf compiler:c++14-lang libtool pathfix pkgconfig tar:bz2 +USES= autoreconf compiler:c++14-lang libtool localbase pathfix pkgconfig tar:bz2 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -CFLAGS+= -I${LOCALBASE}/include/utf8cpp LDFLAGS+= -lpthread .include