diff options
author | mef <mef@pkgsrc.org> | 2011-09-13 07:28:48 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2011-09-13 07:28:48 +0000 |
commit | d3fad663bf7e61ba086b813f19b34f6c753686a1 (patch) | |
tree | fe148b8e60c2a03084b65df6719afe80b74dffeb /inputmethod/kinput2/Makefile | |
parent | 05e88ab9a1c3659483bf38611d8805948cbb5062 (diff) | |
download | pkgsrc-d3fad663bf7e61ba086b813f19b34f6c753686a1.tar.gz |
* PKGREVISION = 2
* To compile with ja-freewnn-lib-1.11alpha22, small patches
added for mainly with adding include directive:
---
+#include <unistd.h>
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
----
the patches are listed below.
patch-cmd_kinput2.c
patch-lib_Canna.c
patch-lib_ConvCtrl.c
patch-lib_KIProto.c
patch-lib_XimpProto.c
patch-lib_ctext.c
patch-lib_wnnlib.c
Diffstat (limited to 'inputmethod/kinput2/Makefile')
-rw-r--r-- | inputmethod/kinput2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inputmethod/kinput2/Makefile b/inputmethod/kinput2/Makefile index aadb5c6a67d..2aff591d4b9 100644 --- a/inputmethod/kinput2/Makefile +++ b/inputmethod/kinput2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2010/07/11 02:58:16 obache Exp $ +# $NetBSD: Makefile,v 1.21 2011/09/13 07:28:48 mef Exp $ DISTNAME= kinput2-v3.1 PKGNAME= kinput2-3.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= japanese inputmethod MASTER_SITES= ftp://ftp.sra.co.jp/pub/x11/kinput2/ @@ -29,5 +29,6 @@ do-configure: .include "../../x11/libXaw/buildlink3.mk" .include "../../x11/libXp/buildlink3.mk" +.include "../../x11/libXpm/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |