1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 23:57:07 +00:00
termux-packages/packages/geographiclib/cmake-CMakeLists.txt.patch

12 lines
373 B
Diff
Raw Normal View History

2023-03-08 06:37:10 +00:00
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -92,7 +92,7 @@
# Support for pkgconfig/geographiclib.pc
set (prefix ${CMAKE_INSTALL_PREFIX})
set (exec_prefix "\${prefix}")
-set (libdir "\${exec_prefix}/${LIBDIR}")
+set (libdir "${LIBDIR}")
set (includedir "\${prefix}/${INCDIR}")
set (bindir "\${exec_prefix}/${BINDIR}")
set (PACKAGE_NAME "${PROJECT_NAME}")