diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-20 00:20:02 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-20 00:20:02 +0800 |
commit | 63f7ac0ba32df98501bb6ef14e86621fb13c6280 (patch) | |
tree | c9da46ecf30154a40fe664a36f7503df69146d44 /mail | |
parent | e3a629cb8932e5cde56582fd3490c39fc018e23c (diff) | |
download | freebsd-ports-gnome-63f7ac0ba32df98501bb6ef14e86621fb13c6280.tar.gz freebsd-ports-gnome-63f7ac0ba32df98501bb6ef14e86621fb13c6280.tar.zst freebsd-ports-gnome-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)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot-fts-xapian/Makefile | 2 |
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 |