1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

databases/xapian-core10: Fix build with Clang 6

Too many errors to reasonably patch like

backends/flint/flint_database.cc:813:61: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
                    throw Xapian::InvalidArgumentError("Term too long (> "STRINGIZE(MAX_SAFE_TERM_LENGTH)"): " + tname);
                                                                          ^

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p473790_s335878/logs/xapian-core10-1.0.23_1.log
This commit is contained in:
Tobias Kortkamp 2018-07-07 20:43:06 +00:00
parent 582fcaf2fe
commit 1cccc48906
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474136

View File

@ -21,6 +21,7 @@ BROKEN_mips64= fails to install: quartz_log.cc:: error: call to 'om_tostring' i
CONFLICTS_INSTALL= xapian-core xapian-core12
USES= libtool
USE_CXXSTD= c++98
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}