Mon Jun 25 11:47:22 2012 UTC ()
Fix build with C99 compiler.


(joerg)
diff -r1.2 -r1.3 pkgsrc/textproc/ebview/distinfo
diff -r0 -r1.1 pkgsrc/textproc/ebview/patches/patch-src_jcode.h

cvs diff -r1.2 -r1.3 pkgsrc/textproc/ebview/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/ebview/distinfo 2009/02/19 16:43:13 1.2
+++ pkgsrc/textproc/ebview/distinfo 2012/06/25 11:47:22 1.3
@@ -1,10 +1,11 @@ @@ -1,10 +1,11 @@
1$NetBSD: distinfo,v 1.2 2009/02/19 16:43:13 joerg Exp $ 1$NetBSD: distinfo,v 1.3 2012/06/25 11:47:22 joerg Exp $
2 2
3SHA1 (ebview-0.3.6.tar.gz) = 47b63fb2f265c83cc5bf7aeb92f96d0e1cc7f9af 3SHA1 (ebview-0.3.6.tar.gz) = 47b63fb2f265c83cc5bf7aeb92f96d0e1cc7f9af
4RMD160 (ebview-0.3.6.tar.gz) = c32de00be68c13794f2c1d9c08edc34fc5dcb613 4RMD160 (ebview-0.3.6.tar.gz) = c32de00be68c13794f2c1d9c08edc34fc5dcb613
5Size (ebview-0.3.6.tar.gz) = 564915 bytes 5Size (ebview-0.3.6.tar.gz) = 564915 bytes
6SHA1 (patch-aa) = 8ecee1eeb1fddb9f1378a3258c8b8ae9a91c1640 6SHA1 (patch-aa) = 8ecee1eeb1fddb9f1378a3258c8b8ae9a91c1640
7SHA1 (patch-ab) = ffedc7cc8b931f63f5a661314ef3703f88498434 7SHA1 (patch-ab) = ffedc7cc8b931f63f5a661314ef3703f88498434
8SHA1 (patch-ac) = 642df47bfd8bd421ec3788e6054397c2a52f49ab 8SHA1 (patch-ac) = 642df47bfd8bd421ec3788e6054397c2a52f49ab
9SHA1 (patch-ad) = d8c111b61ac1100caf6963c26e485c42616702f8 9SHA1 (patch-ad) = d8c111b61ac1100caf6963c26e485c42616702f8
10SHA1 (patch-ae) = 71043b455d7c0ea4ef237d3ab7c1c2d6f8e91f92 10SHA1 (patch-ae) = 71043b455d7c0ea4ef237d3ab7c1c2d6f8e91f92
 11SHA1 (patch-src_jcode.h) = d2e581467808f6f1d0feb4bc8af2b0c5f64bf104

File Added: pkgsrc/textproc/ebview/patches/patch-src_jcode.h
$NetBSD: patch-src_jcode.h,v 1.1 2012/06/25 11:47:22 joerg Exp $

--- src/jcode.h.orig	2012-06-22 20:55:45.000000000 +0000
+++ src/jcode.h
@@ -31,7 +31,7 @@ enum {
 
 gchar *iconv_convert(const gchar *icode, const gchar *ocode, const gchar *inbuf);
 gchar *iconv_convert2(const gchar *icode, const gchar *ocode, const gchar *orig);
-inline gboolean isjisp(const gchar *buff);
+gboolean isjisp(const gchar *buff);
 gboolean iseuckanji(const guchar *buff);
 gboolean iseuchiragana(const guchar *buff);
 gboolean iseuckatakana(const guchar *buff);