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:
parent
2a4bad49ff
commit
b8eb8d7fdf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367142
11
textproc/simplexml/files/patch-cmake__FindIconv.cmake
Normal file
11
textproc/simplexml/files/patch-cmake__FindIconv.cmake
Normal 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
|
Loading…
Reference in New Issue
Block a user