ports/graphics/oyranos/files/patch-src_CMakeLists.txt
Jason E. Hale 35b0544d8e graphics/libraw: Update to 0.21.1
Bump PORTREVISION on dependent ports due to shared library increase.
Add several fixes for compatability.

https://www.libraw.org/news/libraw-0-21-release
https://www.libraw.org/news/libraw-0-21-1-release
2023-03-02 12:59:13 -05:00

11 lines
271 B
Plaintext

--- src/CMakeLists.txt.orig 2016-12-09 10:36:53 UTC
+++ src/CMakeLists.txt
@@ -63,7 +63,6 @@ ELSE(HAVE_DL)
FIND_PATH(DL_INCLUDE_DIR dlfcn.h)
IF(DL_INCLUDE_DIR)
SET( HAVE_DL 1 )
- SET( EXTRA_LIBS ${EXTRA_LIBS} dl )
ENDIF(DL_INCLUDE_DIR)
ENDIF(HAVE_DL)