mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Changelog: https://gitlab.com/libtiff/libtiff/-/releases/v4.7.0 PR: 281639 Approved by: desktop (fluffy) via Matrix Exp-run by: antoine
11 lines
428 B
Text
11 lines
428 B
Text
--- libtiff/CMakeLists.txt.orig 2024-08-15 21:16:11 UTC
|
|
+++ libtiff/CMakeLists.txt
|
|
@@ -202,7 +202,7 @@ if(HAVE_LD_VERSION_SCRIPT)
|
|
endif()
|
|
if(HAVE_LD_VERSION_SCRIPT)
|
|
set_target_properties(tiff PROPERTIES LINK_FLAGS
|
|
- "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/libtiff.map")
|
|
+ "-Wl,--undefined-version -Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/libtiff.map")
|
|
endif()
|
|
|
|
if(tiff-install)
|