Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2019 16:20:02 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512356 - head/mail/dovecot-fts-xapian
Message-ID:  <201909191620.x8JGK2Jp071870@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909191620.x8JGK2Jp071870>