svn commit: r512356 - head/mail/dovecot-fts-xapian

Piotr Kubaj pkubaj at FreeBSD.org
Thu Sep 19 16:20:03 UTC 2019


Author: pkubaj
Date: Thu Sep 19 16:20:02 2019
New Revision: 512356
URL: https://svnweb.freebsd.org/changeset/ports/512356

Log:
  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)

Modified:
  head/mail/dovecot-fts-xapian/Makefile

Modified: head/mail/dovecot-fts-xapian/Makefile
==============================================================================
--- head/mail/dovecot-fts-xapian/Makefile	Thu Sep 19 16:16:31 2019	(r512355)
+++ head/mail/dovecot-fts-xapian/Makefile	Thu Sep 19 16:20:02 2019	(r512356)
@@ -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
 


More information about the svn-ports-all mailing list