svn commit: r480256 - head/mail/notmuch

Mark Linimon linimon at FreeBSD.org
Fri Sep 21 11:29:00 UTC 2018


Author: linimon
Date: Fri Sep 21 11:28:59 2018
New Revision: 480256
URL: https://svnweb.freebsd.org/changeset/ports/480256

Log:
  Fix build on gcc-bases archs.
  
  PR:		231493
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/mail/notmuch/Makefile

Modified: head/mail/notmuch/Makefile
==============================================================================
--- head/mail/notmuch/Makefile	Fri Sep 21 11:24:21 2018	(r480255)
+++ head/mail/notmuch/Makefile	Fri Sep 21 11:28:59 2018	(r480256)
@@ -27,7 +27,7 @@ TEST_DEPENDS=	bash:shells/bash \
 		gwc:sysutils/coreutils \
 		${LOCALBASE}/bin/gdb:devel/gdb
 
-USES=		gmake pkgconfig python:build,test
+USES=		compiler:c++11-lang gmake pkgconfig python:build,test
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 


More information about the svn-ports-head mailing list