aboutsummaryrefslogtreecommitdiff
path: root/mail/dovecot-fts-xapian
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-19 16:20:02 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-19 16:20:02 +0000
commit63f7ac0ba32df98501bb6ef14e86621fb13c6280 (patch)
treec9da46ecf30154a40fe664a36f7503df69146d44 /mail/dovecot-fts-xapian
parente3a629cb8932e5cde56582fd3490c39fc018e23c (diff)
downloadports-63f7ac0ba32df98501bb6ef14e86621fb13c6280.tar.gz
ports-63f7ac0ba32df98501bb6ef14e86621fb13c6280.zip
mail/dovecot-fts-xapian: fix build on GCC architectures
Use GCC from ports to fix build errors: /usr/local/include/unicode/unistr.h:3528: error: ISO C++ forbids declaration of 'char16_t' with no type Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=512356
Diffstat (limited to 'mail/dovecot-fts-xapian')
-rw-r--r--mail/dovecot-fts-xapian/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dovecot-fts-xapian/Makefile b/mail/dovecot-fts-xapian/Makefile
index cc44a72adca8..4f70acbbe8e2 100644
--- a/mail/dovecot-fts-xapian/Makefile
+++ b/mail/dovecot-fts-xapian/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= libxapian.so:databases/xapian-core \
BUILD_DEPENDS= dovecot>=2.3.7:mail/dovecot
RUN_DEPENDS= dovecot>=2.3.7:mail/dovecot
-USES= autoreconf libtool pkgconfig
+USES= autoreconf compiler:c++11-lang libtool pkgconfig
USE_LDCONFIG= yes