diff options
Diffstat (limited to 'devel/zziplib/files/patch-SDL-CMakeLists.txt')
-rw-r--r-- | devel/zziplib/files/patch-SDL-CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/zziplib/files/patch-SDL-CMakeLists.txt b/devel/zziplib/files/patch-SDL-CMakeLists.txt new file mode 100644 index 000000000000..f84ff30138e8 --- /dev/null +++ b/devel/zziplib/files/patch-SDL-CMakeLists.txt @@ -0,0 +1,13 @@ +Reference: https://github.com/gdraheim/zziplib/pull/181 + +--- SDL/CMakeLists.txt.orig 2025-05-30 06:42:56 UTC ++++ SDL/CMakeLists.txt +@@ -71,7 +71,7 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/SDL_rwops_zz + add_custom_target(pkgconfig-sdl ALL DEPENDS SDL_rwops_zzip.pc) + + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/SDL_rwops_zzip.pc +- DESTINATION "${CMAKE_INSTALL_DATADIR}/pkgconfig" ) ++ DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig" ) + endif(ZZIP_PKGCONFIG) + endif(SDL_FOUND) + |