Skip to content

Commit

Permalink
science/libkml: Fix build with Clang 16
Browse files Browse the repository at this point in the history
Clang 16 uses c++17 by default.
  • Loading branch information
sunpoet committed Sep 30, 2023
1 parent d8b355f commit a6a8311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions science/libkml/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ USES= cmake compiler:c++11-lang minizip pathfix
CMAKE_OFF= BUILD_TESTING WITH_JAVA WITH_PYTHON WITH_SWIG
CMAKE_ON= BUILD_SHARED_LIBS
LDFLAGS+= -lz
USE_CXXSTD= c++11
USE_LDCONFIG= yes

USE_GITHUB= yes
Expand Down

0 comments on commit a6a8311

Please sign in to comment.