svn commit: r544892 - head/mail/notmuch
Mark Linimon
linimon at FreeBSD.org
Fri Aug 14 17:31:25 UTC 2020
Author: linimon
Date: Fri Aug 14 17:31:24 2020
New Revision: 544892
URL: https://svnweb.freebsd.org/changeset/ports/544892
Log:
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
notmuch-config.c:851: error: 'for' loop initial declaration used outside C99 mode
Approved by: portmgr (tier-2 blanket)
Modified:
head/mail/notmuch/Makefile
Modified: head/mail/notmuch/Makefile
==============================================================================
--- head/mail/notmuch/Makefile Fri Aug 14 17:26:41 2020 (r544891)
+++ head/mail/notmuch/Makefile Fri Aug 14 17:31:24 2020 (r544892)
@@ -28,7 +28,7 @@ TEST_DEPENDS= bash:shells/bash \
gwc:sysutils/coreutils \
${LOCALBASE}/bin/gdb:devel/gdb
-USES= gmake gnome pkgconfig python:3.5+,build,test
+USES= compiler:c++11-lang gmake gnome pkgconfig python:3.5+,build,test
USE_GNOME= glib20
USE_LDCONFIG= yes
.endif
More information about the svn-ports-all
mailing list