mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
* 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
11 lines
287 B
Text
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()
|