From: Amy Liffey Date: Sun, 30 Jun 2019 07:17:40 +0000 (+0200) Subject: sci-geosciences/merkaartor: fix compilation with proj-6.0.0 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7fee9321d16014b12fe82a608c79f860dba68a61;p=gentoo.git sci-geosciences/merkaartor: fix compilation with proj-6.0.0 Closes: https://bugs.gentoo.org/685234 Submitted-by: Signed-off-by: Amy Liffey Package-Manager: Portage-2.3.66, Repoman-2.3.11 --- diff --git a/sci-geosciences/merkaartor/merkaartor-0.18.3-r4.ebuild b/sci-geosciences/merkaartor/merkaartor-0.18.3-r4.ebuild index d3bb9dded76e..7c990dab3794 100644 --- a/sci-geosciences/merkaartor/merkaartor-0.18.3-r4.ebuild +++ b/sci-geosciences/merkaartor/merkaartor-0.18.3-r4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 PLOCALES="ar cs de en es et fr hr hu id_ID it ja nl pl pt_BR pt ru sk sv uk vi zh_CN zh_TW" -inherit gnome2-utils l10n qmake-utils xdg-utils +inherit gnome2-utils l10n qmake-utils xdg-utils flag-o-matic DESCRIPTION="Qt based map editor for the openstreetmap.org project" HOMEPAGE="http://www.merkaartor.be https://github.com/openstreetmap/merkaartor" @@ -65,6 +65,8 @@ src_prepare() { } src_configure() { + append-flags -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H + # TRANSDIR_SYSTEM is for bug #385671 eqmake5 \ PREFIX="${ED%/}/usr" \