aboutsummaryrefslogtreecommitdiffstats
path: root/science/libkml
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-02-18 00:40:20 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-02-18 00:40:20 +0800
commitffb64c488989decfeac003e6b5de34eb9279a40f (patch)
treef698c4a20a46ad3161a734816503125809bfc097 /science/libkml
parent2a957fa97092927c418f18cd80ff6f1855a45e63 (diff)
downloadfreebsd-ports-gnome-ffb64c488989decfeac003e6b5de34eb9279a40f.tar.gz
freebsd-ports-gnome-ffb64c488989decfeac003e6b5de34eb9279a40f.tar.zst
freebsd-ports-gnome-ffb64c488989decfeac003e6b5de34eb9279a40f.zip
Fix build with Clang 6
MFH: 2018Q1
Diffstat (limited to 'science/libkml')
-rw-r--r--science/libkml/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/science/libkml/Makefile b/science/libkml/Makefile
index 615295a859d0..0b83eff59c6a 100644
--- a/science/libkml/Makefile
+++ b/science/libkml/Makefile
@@ -26,6 +26,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
OPTIONS_DEFINE= EXAMPLES
CMAKE_OFF= WITH_JAVA WITH_PYTHON WITH_SWIG
+USE_CXXSTD= gnu++98
USE_LDCONFIG= yes
USES= cmake pathfix