mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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:
parent
48417960e9
commit
aa38046d1c
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue