0b57fc9ccc
per FreeWnn-1.1.1-a023 release. Upstream changelog in the release note: http://osdn.jp/projects/freewnn/releases/63271 Basically, This alhpa version is a snapshot release. Main changes: * Merge modificaion used in OpenSUSE packages by new member, Mitsutoshi NAKANO. Added explicit function prototype and cast in many places, so we reduced unpredictable effect on 64bit environment. * As a consequence of this change, #define of WNN_CREATE / WNN_NO_CREATE in jl_dic_create() is also changed. We believe no change is needed for client build, but please report if you have problems. * Exit status of jserver changed on receiving some signals (ex. SIGTERM). (Not well documented.) * Fixed problem for parallel build (ex. make -jXX) on pubdic+.
16 lines
366 B
Makefile
16 lines
366 B
Makefile
# $NetBSD: Makefile,v 1.13 2015/06/13 20:40:30 tsutsui Exp $
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGNAME= ja-FreeWnn-lib-1.11alpha23
|
|
|
|
COMMENT+= (Japanese client library)
|
|
|
|
CONFIGURE_ARGS+= --disable-server
|
|
CONFIGURE_ARGS+= --disable-client
|
|
CONFIGURE_ARGS+= --disable-cWnn
|
|
CONFIGURE_ARGS+= --disable-kWnn
|
|
|
|
INSTALL_TARGET= install install.man
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|