ports/graphics/tiff/files/patch-libtiff_CMakeLists.txt
Daniel Engberg 0bdf5887f0 graphics/tiff: Update to 4.7.0 and switch to CMake
Changelog:
https://gitlab.com/libtiff/libtiff/-/releases/v4.7.0

PR:		281639
Approved by:	desktop (fluffy) via Matrix
Exp-run by:	antoine
2024-10-09 21:43:25 +02:00

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)