Update ibus-handwrite to 2.1.4.
patch-aa is fixed with different way.
This commit is contained in:
parent
54042e86c6
commit
7ecbbd8c33
3 changed files with 7 additions and 26 deletions
|
@ -1,9 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.7 2011/01/26 02:38:52 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2011/03/25 12:36:26 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ibus-handwrite-2.1.3
|
||||
DISTNAME= ibus-handwrite-2.1.4
|
||||
CATEGORIES= inputmethod
|
||||
MASTER_SITES= http://ibus-handwrite.googlecode.com/files/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
HOMEPAGE= http://code.google.com/p/ibus-handwrite/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2011/01/26 02:38:52 obache Exp $
|
||||
$NetBSD: distinfo,v 1.5 2011/03/25 12:36:26 obache Exp $
|
||||
|
||||
SHA1 (ibus-handwrite-2.1.3.tar.gz) = c52ecf30f8f628afdc858321db683d72e6b43694
|
||||
RMD160 (ibus-handwrite-2.1.3.tar.gz) = 62bc138c36c37533e1734922c50769f0d8c3b92d
|
||||
Size (ibus-handwrite-2.1.3.tar.gz) = 293327 bytes
|
||||
SHA1 (ibus-handwrite-2.1.4.tar.bz2) = 2798728c628dfa60a7c1c45c8a59882962c91b1e
|
||||
RMD160 (ibus-handwrite-2.1.4.tar.bz2) = 35e7288d5efcd98a01138d075b0455874730a4ea
|
||||
Size (ibus-handwrite-2.1.4.tar.bz2) = 237980 bytes
|
||||
SHA1 (patch-aa) = 18449df350fbff0e465ad05fc5c3b8e879418d0b
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.3 2011/01/26 02:38:53 obache Exp $
|
||||
|
||||
http://code.google.com/p/ibus-handwrite/issues/detail?id=11
|
||||
(upstream marked as "WontFix" and closed).
|
||||
|
||||
--- src/handrecog_lucykila.c.orig 2010-11-22 12:41:39.000000000 +0000
|
||||
+++ src/handrecog_lucykila.c
|
||||
@@ -18,6 +18,12 @@
|
||||
#include "handrecog.h"
|
||||
#include "global_var.h"
|
||||
|
||||
+#ifndef MAP_ANONYMOUS
|
||||
+#ifdef MAP_ANON
|
||||
+#define MAP_ANONYMOUS MAP_ANON
|
||||
+#endif
|
||||
+#endif
|
||||
+
|
||||
typedef struct _MATCHED MATCHED;
|
||||
typedef struct _IbusHandwriteRecogLucyKila IbusHandwriteRecogLucyKila;
|
||||
typedef struct _IbusHandwriteRecogLucyKilaClass IbusHandwriteRecogLucyKilaClass;
|
Loading…
Reference in a new issue