ports/devel/libchdr/files/patch-CMakeLists.txt
Stefan Schlosser 0d80095e21 devel/libchdr: Update to g20241211
* remove USES=pkgconfig and ZSTD related patch after fixing .cmake
  module for archivers/zstd on i386
* exclude unbundled dependencies from extraction by setting
  EXTRACT_AFTER_ARGS

Changelog: b397465..cb07733

PR:		283651
2025-03-10 22:27:52 +01:00

11 lines
287 B
Text

--- CMakeLists.txt.orig 2024-12-30 08:57:04 UTC
+++ CMakeLists.txt
@@ -83,7 +83,7 @@ if (INSTALL_STATIC_LIBS)
endif()
if (INSTALL_STATIC_LIBS)
- install(TARGETS chdr-static ${CHDR_LIBS}
+ install(TARGETS chdr-static
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
)
endif()