diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-09-03 15:44:13 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-09-03 15:44:13 +0000 |
commit | f358732b18188c53c785bb25749c9e2546a6efe9 (patch) | |
tree | 05f83f4626cc97a41e5a29dca71409286f46ae35 /chinese | |
parent | f8ac405eb53d03a5b0bb00134ceb82a6474b6743 (diff) | |
download | ports-f358732b18188c53c785bb25749c9e2546a6efe9.tar.gz ports-f358732b18188c53c785bb25749c9e2546a6efe9.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/fcitx/Makefile | 1 | ||||
-rw-r--r-- | chinese/fcitx/files/patch-cmake__FindLibiconv.cmake | 11 |
2 files changed, 1 insertions, 11 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index 9090d8ed900a..65f5c6641ee0 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -50,6 +50,7 @@ TPUNC_DESC= Use traditional quotation marks .include <bsd.port.options.mk> CMAKE_ARGS+= -DENABLE_XDGAUTOSTART=OFF -DFORCE_ENCHANT=ON \ + -DLIBICONV_LIBC_HAS_ICONV_OPEN=OFF \ -DDATADIR=${DATADIR} \ -DDOCSDIR=${DOCSDIR} \ -DGOBJECT_INTROSPECTION_GIRDIR=${PREFIX}/share/gir-1.0 \ diff --git a/chinese/fcitx/files/patch-cmake__FindLibiconv.cmake b/chinese/fcitx/files/patch-cmake__FindLibiconv.cmake deleted file mode 100644 index 5c90942bc345..000000000000 --- a/chinese/fcitx/files/patch-cmake__FindLibiconv.cmake +++ /dev/null @@ -1,11 +0,0 @@ ---- cmake/FindLibiconv.cmake.orig 2015-04-03 02:44:55.321687654 +0000 -+++ cmake/FindLibiconv.cmake 2015-04-03 02:46:05.734216729 +0000 -@@ -30,7 +30,7 @@ set(LIBICONV_LIB_FOUND FALSE) - - if(LIBICONV_INCLUDE_DIR) - include(CheckFunctionExists) -- check_function_exists(iconv_open LIBICONV_LIBC_HAS_ICONV_OPEN) -+ set(LIBICONV_LIBC_HAS_ICONV_OPEN FALSE) - - if (LIBICONV_LIBC_HAS_ICONV_OPEN) - set(LIBICONV_LIBRARIES) |