From e2db47eaae00ec33f8971db44b68645c5d3b9590 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 17 Aug 2021 11:36:49 +0100 Subject: gentoo resync : 17.08.2021 --- .../recastnavigation-1.5.1_p20200511-install.patch | 115 --------------------- 1 file changed, 115 deletions(-) delete mode 100644 dev-games/recastnavigation/files/recastnavigation-1.5.1_p20200511-install.patch (limited to 'dev-games/recastnavigation/files/recastnavigation-1.5.1_p20200511-install.patch') diff --git a/dev-games/recastnavigation/files/recastnavigation-1.5.1_p20200511-install.patch b/dev-games/recastnavigation/files/recastnavigation-1.5.1_p20200511-install.patch deleted file mode 100644 index 8017517b448a..000000000000 --- a/dev-games/recastnavigation/files/recastnavigation-1.5.1_p20200511-install.patch +++ /dev/null @@ -1,115 +0,0 @@ -https://github.com/recastnavigation/recastnavigation/pull/437 - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index d23859d..54a38d8 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -11,6 +11,8 @@ option(RECASTNAVIGATION_TESTS "Build tests" ON) - option(RECASTNAVIGATION_EXAMPLES "Build examples" ON) - option(RECASTNAVIGATION_STATIC "Build static libraries" ON) - -+include(GNUInstallDirs) -+ - add_subdirectory(DebugUtils) - add_subdirectory(Detour) - add_subdirectory(DetourCrowd) -diff --git a/DebugUtils/CMakeLists.txt b/DebugUtils/CMakeLists.txt -index 8b6a3fc..86cfe76 100644 ---- a/DebugUtils/CMakeLists.txt -+++ b/DebugUtils/CMakeLists.txt -@@ -26,10 +26,10 @@ set_target_properties(DebugUtils PROPERTIES - ) - - install(TARGETS DebugUtils -- ARCHIVE DESTINATION lib -- LIBRARY DESTINATION lib -+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} -+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} - COMPONENT library - ) - - file(GLOB INCLUDES Include/*.h) --install(FILES ${INCLUDES} DESTINATION include) -+install(FILES ${INCLUDES} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/recastnavigation) -diff --git a/Detour/CMakeLists.txt b/Detour/CMakeLists.txt -index de88111..b4c457a 100644 ---- a/Detour/CMakeLists.txt -+++ b/Detour/CMakeLists.txt -@@ -20,10 +20,10 @@ set_target_properties(Detour PROPERTIES - ) - - install(TARGETS Detour -- ARCHIVE DESTINATION lib -- LIBRARY DESTINATION lib -+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} -+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} - COMPONENT library - ) - - file(GLOB INCLUDES Include/*.h) --install(FILES ${INCLUDES} DESTINATION include) -+install(FILES ${INCLUDES} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/recastnavigation) -diff --git a/DetourCrowd/CMakeLists.txt b/DetourCrowd/CMakeLists.txt -index 73cdf7c..7d1ace3 100644 ---- a/DetourCrowd/CMakeLists.txt -+++ b/DetourCrowd/CMakeLists.txt -@@ -24,10 +24,10 @@ set_target_properties(DetourCrowd PROPERTIES - ) - - install(TARGETS DetourCrowd -- ARCHIVE DESTINATION lib -- LIBRARY DESTINATION lib -+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} -+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} - COMPONENT library - ) - - file(GLOB INCLUDES Include/*.h) --install(FILES ${INCLUDES} DESTINATION include) -+install(FILES ${INCLUDES} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/recastnavigation) -diff --git a/DetourTileCache/CMakeLists.txt b/DetourTileCache/CMakeLists.txt -index 121b8ed..141a680 100644 ---- a/DetourTileCache/CMakeLists.txt -+++ b/DetourTileCache/CMakeLists.txt -@@ -25,10 +25,10 @@ set_target_properties(DetourTileCache PROPERTIES - - - install(TARGETS DetourTileCache -- ARCHIVE DESTINATION lib -- LIBRARY DESTINATION lib -+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} -+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} - COMPONENT library - ) - - file(GLOB INCLUDES Include/*.h) --install(FILES ${INCLUDES} DESTINATION include) -+install(FILES ${INCLUDES} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/recastnavigation) -diff --git a/Recast/CMakeLists.txt b/Recast/CMakeLists.txt -index 5e84376..3b04742 100644 ---- a/Recast/CMakeLists.txt -+++ b/Recast/CMakeLists.txt -@@ -20,10 +20,10 @@ set_target_properties(Recast PROPERTIES - ) - - install(TARGETS Recast -- ARCHIVE DESTINATION lib -- LIBRARY DESTINATION lib -+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} -+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} - COMPONENT library - ) - - file(GLOB INCLUDES Include/*.h) --install(FILES ${INCLUDES} DESTINATION include) -+install(FILES ${INCLUDES} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/recastnavigation) -diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt -index 7c17469..a98ccbf 100644 ---- a/Tests/CMakeLists.txt -+++ b/Tests/CMakeLists.txt -@@ -8,5 +8,3 @@ add_executable(Tests ${TESTS_SOURCES}) - add_dependencies(Tests Recast Detour) - target_link_libraries(Tests Recast Detour) - add_test(Tests Tests) -- --install(TARGETS Tests RUNTIME DESTINATION bin) -- cgit v1.2.3