Note upstream Issue# and adjusted to committed one.
This commit is contained in:
parent
792a853d1d
commit
cc6dd5c474
3 changed files with 10 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.9 2010/04/24 12:58:33 obache Exp $
|
||||
$NetBSD: distinfo,v 1.10 2010/08/06 10:46:59 obache Exp $
|
||||
|
||||
SHA1 (ibus-anthy-1.2.1.tar.gz) = 7f9c6b0def9037e80cab034f0a34a8342438645d
|
||||
RMD160 (ibus-anthy-1.2.1.tar.gz) = e852f7f078463680e3d64594c0064e68dc86db42
|
||||
Size (ibus-anthy-1.2.1.tar.gz) = 477811 bytes
|
||||
SHA1 (patch-aa) = e12092487c866cc8ca22bb6285a0460e5996894d
|
||||
SHA1 (patch-ab) = afed013dcfecae015a9927e9ec7d6b5904d22508
|
||||
SHA1 (patch-aa) = e3f6f574215b16d5814bcc1a1dc2b1440df28b8f
|
||||
SHA1 (patch-ab) = ceb4ce8e0ad5f8e052c72ab4f578ccd4ef1548c3
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
$NetBSD: patch-aa,v 1.3 2010/01/15 05:08:41 obache Exp $
|
||||
$NetBSD: patch-aa,v 1.4 2010/08/06 10:46:59 obache Exp $
|
||||
|
||||
http://code.google.com/p/ibus/issues/detail?id=883
|
||||
|
||||
--- configure.orig 2010-01-15 03:27:24.000000000 +0000
|
||||
+++ configure
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
$NetBSD: patch-ab,v 1.4 2010/04/24 12:58:34 obache Exp $
|
||||
$NetBSD: patch-ab,v 1.5 2010/08/06 10:46:59 obache Exp $
|
||||
|
||||
http://code.google.com/p/ibus/issues/detail?id=884
|
||||
|
||||
--- engine/Makefile.in.orig 2010-01-15 03:27:22.000000000 +0000
|
||||
+++ engine/Makefile.in
|
||||
|
@ -7,7 +9,7 @@ $NetBSD: patch-ab,v 1.4 2010/04/24 12:58:34 obache Exp $
|
|||
|
||||
anthy.py anthy_wrap.c: anthy.i
|
||||
- $(SWIG) -python -I/usr/include -o anthy_wrap.c $(srcdir)/anthy.i
|
||||
+ $(SWIG) -python ${ANTHY_CFLAGS} -o anthy_wrap.c $(srcdir)/anthy.i
|
||||
+ $(SWIG) -python ${ANTHY_CFLAGS} -I/usr/include -o anthy_wrap.c $(srcdir)/anthy.i
|
||||
|
||||
anthy.xml: anthy.xml.in
|
||||
( \
|
||||
|
|
Loading…
Reference in a new issue