Skip to content

Commit

Permalink
textproc/lttoolbox: Fix build with utf8cpp 4.0.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Nov 14, 2023
1 parent 18e7037 commit 99ea281
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions textproc/lttoolbox/Makefile
Expand Up @@ -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 <bsd.port.pre.mk>
Expand Down

0 comments on commit 99ea281

Please sign in to comment.