1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Fix build on 10+.

This commit is contained in:
Adam Weinberger 2014-09-03 02:25:53 +00:00
parent 2a4bad49ff
commit b8eb8d7fdf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367142

View File

@ -0,0 +1,11 @@
--- cmake/FindIconv.cmake.orig 2014-09-03 02:19:35 UTC
+++ cmake/FindIconv.cmake
@@ -40,7 +40,7 @@
DOC "Path to the ${ICONV_H} file"
)
-find_library(Iconv_LIBRARY NAMES iconv
+find_library(Iconv_LIBRARY NAMES iconv c
PATHS /usr/local/lib
/usr/lib
NO_DEFAULT_PATH