From 7218e1b46bceac05841e90472501742d905fb3fc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 12 Mar 2021 21:55:15 +0000 Subject: gentoo resync : 12.03.2021 --- .../mapserver/files/mapserver-7.6.2-proj8.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sci-geosciences/mapserver/files/mapserver-7.6.2-proj8.patch (limited to 'sci-geosciences/mapserver/files') diff --git a/sci-geosciences/mapserver/files/mapserver-7.6.2-proj8.patch b/sci-geosciences/mapserver/files/mapserver-7.6.2-proj8.patch new file mode 100644 index 000000000000..24a5066c01c9 --- /dev/null +++ b/sci-geosciences/mapserver/files/mapserver-7.6.2-proj8.patch @@ -0,0 +1,19 @@ +https://github.com/MapServer/MapServer/issues/6249 + +From e56a020789c024f985c61e49d66f3eb92d350232 Mon Sep 17 00:00:00 2001 +From: Even Rouault +Date: Mon, 8 Mar 2021 15:19:50 +0100 +Subject: [PATCH] FindProj.cmake: allow finding PROJ 8 that has no longer + proj_api.h (fixes #6249) + +--- a/cmake/FindProj.cmake ++++ b/cmake/FindProj.cmake +@@ -6,7 +6,7 @@ + # PROJ_LIBRARY + + +-FIND_PATH(PROJ_INCLUDE_DIR proj_api.h) ++FIND_PATH(PROJ_INCLUDE_DIR NAMES proj.h proj_api.h) + + FIND_LIBRARY(PROJ_LIBRARY NAMES proj proj_i) + -- cgit v1.2.3