1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

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)
This commit is contained in:
Piotr Kubaj 2019-09-19 16:20:02 +00:00
parent e3a629cb89
commit 63f7ac0ba3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512356

View File

@ -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