Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 2018 16:56:06 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r462173 - branches/2018Q1/science/libkml
Message-ID:  <201802171656.w1HGu6Ne033537@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb 17 16:56:05 2018
New Revision: 462173
URL: https://svnweb.freebsd.org/changeset/ports/462173

Log:
  MFH: r462168
  
  Fix build with Clang 6
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2018Q1/science/libkml/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/science/libkml/Makefile
==============================================================================
--- branches/2018Q1/science/libkml/Makefile	Sat Feb 17 16:46:43 2018	(r462172)
+++ branches/2018Q1/science/libkml/Makefile	Sat Feb 17 16:56:05 2018	(r462173)
@@ -26,6 +26,7 @@ LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 OPTIONS_DEFINE=	EXAMPLES
 
 CMAKE_ARGS=	-DWITH_JAVA=OFF -DWITH_PYTHON=OFF -DWITH_SWIG=OFF
+USE_CXXSTD=	gnu++98
 USE_LDCONFIG=	yes
 USES=		cmake pathfix
 



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