svn commit: r462173 - branches/2018Q1/science/libkml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 17 16:56:06 UTC 2018


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
 


More information about the svn-ports-all mailing list