summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-07-07 20:43:06 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-07-07 20:43:06 +0000
commit1cccc48906653068b0b54afa8f9090499d2b4904 (patch)
treeb83220e75cabd03fe5cb9da38eecd3f88dc4fd43 /databases
parentSwitch builds.jabref.org master site to https:// method. (diff)
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
Diffstat (limited to 'databases')
-rw-r--r--databases/xapian-core10/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/xapian-core10/Makefile b/databases/xapian-core10/Makefile
index 906d2af029ae..d38534d9361c 100644
--- a/databases/xapian-core10/Makefile
+++ b/databases/xapian-core10/Makefile
@@ -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}