devel/ticcutils: Fix build with ICU 76.1

* Build with -std=c++17 to fix build with newer versions of ICU
* While at it remove GNU_CONFIGURE_MANPREFIX

PR:		283563
Approved by:	portmgr (maintainer timeout, 3+ weeks)
This commit is contained in:
Daniel Engberg 2025-01-18 17:40:25 +01:00
parent 48417960e9
commit aa38046d1c

View file

@ -12,13 +12,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libicui18n.so:devel/icu
USES= compiler:c++11-lib gmake gnome libtool localbase:ldflags \
USES= compiler:c++17-lang gmake gnome libtool localbase:ldflags \
pathfix pkgconfig
USE_GNOME= libxml2
USE_LDCONFIG= yes
USE_CXXSTD= c++17
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip