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, 0 insertions, 13 deletions
diff --git a/devel/zziplib/files/patch-SDL-CMakeLists.txt b/devel/zziplib/files/patch-SDL-CMakeLists.txt deleted file mode 100644 index f84ff30138e8..000000000000 --- a/devel/zziplib/files/patch-SDL-CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ -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) - |