mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
PR: 210782 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> Approved by: lichray@gmail.com (maintainer)
10 lines
250 B
Text
10 lines
250 B
Text
--- tools/cli/CMakeLists.txt.orig 2015-12-12 08:02:09 UTC
|
|
+++ tools/cli/CMakeLists.txt
|
|
@@ -1,3 +1,7 @@
|
|
+include_directories (
|
|
+ ${LIBICONV_INCLUDE_DIR}
|
|
+ )
|
|
+
|
|
set(createPYMB_SOURCES
|
|
createPYMB.c
|
|
${PROJECT_SOURCE_DIR}/src/im/pinyin/pyParser.c
|