diff options
author | adamw <adamw@FreeBSD.org> | 2014-09-03 10:25:53 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-09-03 10:25:53 +0800 |
commit | 437fe18cd9c113702dfbff94b794a77e70e8cdf4 (patch) | |
tree | 5d7674999179966b5ab2ceaba55caad8e7f92754 /textproc/simplexml | |
parent | 266ad721724f7143d0adc6bde39956c708f39b9e (diff) | |
download | freebsd-ports-gnome-437fe18cd9c113702dfbff94b794a77e70e8cdf4.tar.gz freebsd-ports-gnome-437fe18cd9c113702dfbff94b794a77e70e8cdf4.tar.zst freebsd-ports-gnome-437fe18cd9c113702dfbff94b794a77e70e8cdf4.zip |
Fix build on 10+.
Diffstat (limited to 'textproc/simplexml')
-rw-r--r-- | textproc/simplexml/files/patch-cmake__FindIconv.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/simplexml/files/patch-cmake__FindIconv.cmake b/textproc/simplexml/files/patch-cmake__FindIconv.cmake new file mode 100644 index 000000000000..a7d1db0ad0db --- /dev/null +++ b/textproc/simplexml/files/patch-cmake__FindIconv.cmake @@ -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 |