svn commit: r513000 - head/comms/ebusd

Mark Linimon linimon at FreeBSD.org
Fri Sep 27 05:12:08 UTC 2019


Author: linimon
Date: Fri Sep 27 05:12:07 2019
New Revision: 513000
URL: https://svnweb.freebsd.org/changeset/ports/513000

Log:
  Fix build on GCC-based systems:
  
    configure: error: *** A compiler with support for C++11 language features is required.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/comms/ebusd/Makefile

Modified: head/comms/ebusd/Makefile
==============================================================================
--- head/comms/ebusd/Makefile	Fri Sep 27 02:30:47 2019	(r512999)
+++ head/comms/ebusd/Makefile	Fri Sep 27 05:12:07 2019	(r513000)
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libargp.so:devel/argp-standalone
 
-USES=		autoreconf localbase:ldflags
+USES=		autoreconf compiler:c++11-lang localbase:ldflags
 
 OPTIONS_DEFINE=	MQTT
 OPTIONS_DEFAULT=MQTT


More information about the svn-ports-head mailing list