mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
misc/sword: switch to C++11, required by ICU >= 59
In file included from ../src/mgr/swmgr.cpp:102: In file included from ../include/utf8transliterator.h:41: /usr/local/include/unicode/unistr.h:3025:7: error: delegating constructors are permitted only in C++11 UnicodeString(ConstChar16Ptr(text)) {} ^~~~~~~~~~~~~ /usr/local/include/unicode/unistr.h:3087:7: error: delegating constructors are permitted only in C++11 UnicodeString(ConstChar16Ptr(text), length) {} ^~~~~~~~~~~~~ /usr/local/include/unicode/unistr.h:3180:7: error: delegating constructors are permitted only in C++11 UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {} ^~~~~~~~~~~~~ PR: 218788
This commit is contained in:
parent
5af16feb24
commit
b0cab65da9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449611
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= sword
|
||||
PORTVERSION= 1.7.4
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v${PORTVERSION:R}/ \
|
||||
http://crosswire.org/ftpmirror/pub/sword/source/v${PORTVERSION:R}/
|
||||
|
@ -21,7 +21,8 @@ BROKEN_powerpc64= does not compile: libicui18n.so: undefined reference to __cxa_
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-conf --with-zlib
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool pathfix pkgconfig
|
||||
USES= compiler:c++11-lib gmake libtool pathfix pkgconfig
|
||||
USE_CXXSTD= gnu++11
|
||||
USE_LDCONFIG= yes
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue