summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-15 14:16:04 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-15 14:27:36 +0200
commit27ae2afb66dadac740568bd610446231fd56756a (patch)
treec1dc94c1f97c3c2ca966e551ff8956de27c552b7 /app-misc/zygrib/files
parentapp-misc/zygrib: EAPI-7 bump, add several missing || die (diff)
downloadgentoo-27ae2afb66dadac740568bd610446231fd56756a.tar.gz
gentoo-27ae2afb66dadac740568bd610446231fd56756a.tar.bz2
gentoo-27ae2afb66dadac740568bd610446231fd56756a.zip
app-misc/zygrib: Fix build with >=sci-libs/proj-6
One interwebz search later... This is just a life-support commit and will break again with PROJ-8. Bug: https://bugs.gentoo.org/686078 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-misc/zygrib/files')
-rw-r--r--app-misc/zygrib/files/zygrib-8.0.1-proj-6.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-misc/zygrib/files/zygrib-8.0.1-proj-6.patch b/app-misc/zygrib/files/zygrib-8.0.1-proj-6.patch
new file mode 100644
index 000000000000..d76a89b5e517
--- /dev/null
+++ b/app-misc/zygrib/files/zygrib-8.0.1-proj-6.patch
@@ -0,0 +1,20 @@
+From 481e9d3f8f8086afa7deb4ac6db60a2575dc2203 Mon Sep 17 00:00:00 2001
+From: KIVACHUK Valentin <valentin.kivachuk@irt-saintexupery.com>
+Date: Tue, 10 Sep 2019 11:29:37 +0200
+Subject: [PATCH] Fix proj build error
+
+---
+ proj_deprecated_api.patch | 2 ++
+ 1 files changed, 2 insertions(+)
+
+--- a/src/map/Projection.h 2016-11-09 17:27:38.000000000 +0100
++++ b/src/map/Projection.h 2019-09-10 10:20:27.440134499 +0200
+@@ -21,6 +21,8 @@
+ #include <QObject>
+ #include <cstdio>
+
++#define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
++
+ #include "proj_api.h"
+
+ class Projection : public QObject