diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-01-15 22:25:34 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-01-31 14:55:37 +0100 |
commit | f8bfec8751f63323aec3dba3e52622e2e79b673a (patch) | |
tree | 5efe5d288310764be469454c5e8731f3ac774659 /sci-libs/proj | |
parent | sci-libs/scotch: remove unused patch(es) (diff) | |
download | gentoo-f8bfec8751f63323aec3dba3e52622e2e79b673a.tar.gz gentoo-f8bfec8751f63323aec3dba3e52622e2e79b673a.tar.bz2 gentoo-f8bfec8751f63323aec3dba3e52622e2e79b673a.zip |
sci-libs/proj: remove unused patch(es)
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/23816
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs/proj')
-rw-r--r-- | sci-libs/proj/files/proj-8.1.0-test_factory-include.patch | 29 |
1 files changed, 0 insertions, 29 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 deleted file mode 100644 index c88fe83cb509..000000000000 --- a/sci-libs/proj/files/proj-8.1.0-test_factory-include.patch +++ /dev/null @@ -1,29 +0,0 @@ -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 - |