svn commit: r459156 - head/devel/mq4cpp

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jan 16 06:14:59 UTC 2018


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>


More information about the svn-ports-all mailing list