summaryrefslogtreecommitdiffstats
path: root/science/qmapshack/0001-fix-incompatibility-with-recent-proj.patch
diff options
context:
space:
mode:
Diffstat (limited to 'science/qmapshack/0001-fix-incompatibility-with-recent-proj.patch')
-rw-r--r--science/qmapshack/0001-fix-incompatibility-with-recent-proj.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/science/qmapshack/0001-fix-incompatibility-with-recent-proj.patch b/science/qmapshack/0001-fix-incompatibility-with-recent-proj.patch
deleted file mode 100644
index 2271649b6a..0000000000
--- a/science/qmapshack/0001-fix-incompatibility-with-recent-proj.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 5d636ad60cde62d576e3b2e66e22620bad2c5e65 Mon Sep 17 00:00:00 2001
-From: Florian Franzmann <bwlf@bandrate.org>
-Date: Sat, 5 Oct 2019 18:12:35 +0200
-Subject: [PATCH] fix incompatibility with recent proj
-
----
- CMakeLists.txt | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 397dbdb..4d0aa15 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -28,6 +28,7 @@ project(QMapShack VERSION 1.11.1)
- set(VERSION_SUFFIX "")
- # !!! Do not forget to update versions in the sub-repos, too!!!
-
-+add_definitions("-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H")
-
- ###############################################################################################
- # Define paths and include other modules
---
-2.23.0
-