devel/proj: update to 9.1.1.
see https://github.com/OSGeo/PROJ/releases/tag/9.1.1 remove patch merged upstream fixing #3311
This commit is contained in:
parent
572f55e52c
commit
178da2cb2b
@ -1,8 +1,8 @@
|
||||
COMMENT= cartographic projection utilities
|
||||
|
||||
DISTNAME= proj-9.1.0
|
||||
DISTNAME= proj-9.1.1
|
||||
CATEGORIES= devel geo
|
||||
SHARED_LIBS= proj 17.0 # 23.1
|
||||
SHARED_LIBS= proj 17.1
|
||||
|
||||
DISTFILES = ${DISTNAME}${EXTRACT_SUFX} \
|
||||
proj-datumgrid-1.8${EXTRACT_SUFX}
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (proj-9.1.0.tar.gz) = gbIjm5TK0IhiIs3k9Ty0nTSQWq0qExckSgwwpVPbIxU=
|
||||
SHA256 (proj-9.1.1.tar.gz) = ADzUAQ5Su164994cFDdTqoMMiQK27QEgnylIRuQObTk=
|
||||
SHA256 (proj-datumgrid-1.8.tar.gz) = P/ZhigrMnwubT2pi5/8Pe/U4+0903ketBNoTF0CPzBU=
|
||||
SIZE (proj-9.1.0.tar.gz) = 5299132
|
||||
SIZE (proj-9.1.1.tar.gz) = 5311995
|
||||
SIZE (proj-datumgrid-1.8.tar.gz) = 6604329
|
||||
|
@ -1,12 +0,0 @@
|
||||
Index: src/tests/CMakeLists.txt
|
||||
--- src/tests/CMakeLists.txt.orig
|
||||
+++ src/tests/CMakeLists.txt
|
||||
@@ -1,7 +1,7 @@
|
||||
# Build PROJ test programs and run tests (only invoked if BUILD_TESTING)
|
||||
|
||||
add_executable(geodtest geodtest.c)
|
||||
-target_link_libraries(geodtest ${PROJ_LIBRARIES})
|
||||
+target_link_libraries(geodtest m ${PROJ_LIBRARIES})
|
||||
|
||||
add_executable(geodsigntest geodsigntest.c)
|
||||
# geodsigntest includes geodesic.c directly so it doesn't need to link
|
Loading…
x
Reference in New Issue
Block a user