Author :
landry
Date :
2023-02-06 14:15:20
Hash :921e9a42 Message :geo/mapserver: fix build if abseil-cpp is installed
flatgeobuf support tries to use abseil-cpp if found, and fails because
the latter requires c++14 or newer. patch out #elif __has_include
to make sure it isnt picked up, until properly fixed upstream.
build failure reported by tb@, different fix proposed by kn@ but i
prefer avoiding a useless BDEP.