mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
Changelog: https://sourceforge.net/p/geographiclib/news/2021/06/geographiclib-152-released-2021-06-22/ PR: 258175
8 lines
344 B
Text
8 lines
344 B
Text
--- cmake/CMakeLists.txt.orig 2021-06-21 21:30:33 UTC
|
|
+++ cmake/CMakeLists.txt
|
|
@@ -112,4 +112,4 @@ set (PACKAGE_VERSION "${PROJECT_VERSION}")
|
|
configure_file (project.pc.in geographiclib.pc @ONLY)
|
|
install (FILES
|
|
"${CMAKE_CURRENT_BINARY_DIR}/geographiclib.pc"
|
|
- DESTINATION "lib${LIB_SUFFIX}/pkgconfig")
|
|
+ DESTINATION "libdata/pkgconfig")
|