summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-07-06 04:36:42 +0100
committerSam James <sam@gentoo.org>2021-07-06 05:12:38 +0100
commit8e309394d3d23a7958022942c30d00992ead3441 (patch)
tree05624518c70bc56584a3b0f4fda87c72419524ff /sci-libs/proj/files
parentsci-libs/libgeotiff: add 1.7.0 (diff)
downloadgentoo-8e309394d3d23a7958022942c30d00992ead3441.tar.gz
gentoo-8e309394d3d23a7958022942c30d00992ead3441.tar.bz2
gentoo-8e309394d3d23a7958022942c30d00992ead3441.zip
sci-libs/proj: add 8.1.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/proj/files')
-rw-r--r--sci-libs/proj/files/proj-8.1.0-test_factory-include.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/sci-libs/proj/files/proj-8.1.0-test_factory-include.patch b/sci-libs/proj/files/proj-8.1.0-test_factory-include.patch
new file mode 100644
index 000000000000..c88fe83cb509
--- /dev/null
+++ b/sci-libs/proj/files/proj-8.1.0-test_factory-include.patch
@@ -0,0 +1,29 @@
+https://patch-diff.githubusercontent.com/raw/OSGeo/PROJ/pull/2760.patch
+
+From fc983b6e3343ba4d52fd0a889bb6bbf6f143f417 Mon Sep 17 00:00:00 2001
+From: Even Rouault <even.rouault@spatialys.com>
+Date: Thu, 1 Jul 2021 21:24:26 +0200
+Subject: [PATCH] =?UTF-8?q?test=5Ffactory.cpp:=20fix=20build,=20in=20parti?=
+ =?UTF-8?q?cular=20on=20Alpine=20Edge=20(fixes=C2=A0#2759)?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+---
+ test/unit/test_factory.cpp | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/test/unit/test_factory.cpp b/test/unit/test_factory.cpp
+index 985499150e..a60296d10a 100644
+--- a/test/unit/test_factory.cpp
++++ b/test/unit/test_factory.cpp
+@@ -39,6 +39,8 @@
+ #include "proj/metadata.hpp"
+ #include "proj/util.hpp"
+
++#include <algorithm>
++
+ #include <sqlite3.h>
+
+ #ifdef _MSC_VER
+