- Fcitx's development has been totally moved to http://code.google.com/p/fcitx/ , and the new 4.1.x version is moved to CMake. - pass maintainership PR: ports/162423 Submitted by: Zhihao Yuan <lichray_AT_gmail.com> (new maintainer) Approved by: maintainer (Denise H. G.) Feature safe: yes
11 lines
275 B
Text
11 lines
275 B
Text
--- CMakeLists.txt~ 2011-10-02 05:43:11.000000000 -0500
|
|
+++ CMakeLists.txt 2011-11-09 07:51:31.801020675 -0600
|
|
@@ -93,7 +93,7 @@ if (ENABLE_OPENCC)
|
|
endif (ENABLE_OPENCC)
|
|
|
|
if(ENABLE_DEBUG)
|
|
- set(_DEBUG)
|
|
+ set(_DEBUG ON)
|
|
endif(ENABLE_DEBUG)
|
|
|
|
set(package fcitx)
|