mapnik: now compiles smoothly on recent gcc thanks to harfbuzz package altered (#21812)

This commit is contained in:
Olivier Cessenat 2021-02-22 10:39:50 +01:00 committed by GitHub
parent 10c9cac498
commit 075bb3bb96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,8 +36,6 @@ class Mapnik(AutotoolsPackage):
depends_on('sqlite+rtree', type=('build', 'link', 'run'))
depends_on('libwebp')
conflicts('%gcc@9.0.0:')
def setup_build_environment(self, env):
spec = self.spec
env.set('GDAL_DATA', spec['gdal'].prefix.share.gdal)