mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 06:19:19 -04:00
15 lines
492 B
Text
15 lines
492 B
Text
--- src/CMakeLists.txt.orig 2018-05-14 06:50:08 UTC
|
|
+++ src/CMakeLists.txt
|
|
@@ -234,12 +234,6 @@ if (TARGET_OS_FREEBSD AND NOT TARGET_OS_
|
|
else()
|
|
set (common_libraries ${common_libraries} ${INTL})
|
|
endif()
|
|
- find_library (ICONV iconv)
|
|
- if (NOT ICONV)
|
|
- message(FATAL_ERROR "iconv library not found")
|
|
- else()
|
|
- set (common_libraries ${common_libraries} ${ICONV})
|
|
- endif()
|
|
endif()
|
|
|
|
set (common_libraries ${common_libraries} ${LIBUUID_LIBRARIES})
|