Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2018 06:14:58 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459156 - head/devel/mq4cpp
Message-ID:  <201801160614.w0G6EwgU095832@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Jan 16 06:14:58 2018
New Revision: 459156
URL: https://svnweb.freebsd.org/changeset/ports/459156

Log:
  Force to use c++98 for build with clang6.0.

Modified:
  head/devel/mq4cpp/Makefile

Modified: head/devel/mq4cpp/Makefile
==============================================================================
--- head/devel/mq4cpp/Makefile	Tue Jan 16 05:56:38 2018	(r459155)
+++ head/devel/mq4cpp/Makefile	Tue Jan 16 06:14:58 2018	(r459156)
@@ -15,5 +15,6 @@ OPTIONS_DEFINE=	DOCS
 USE_LDCONFIG=	yes
 USES=		dos2unix libtool pathfix pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
+USE_CXXSTD=	c++98
 
 .include <bsd.port.mk>



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