diff options
author | joerg <joerg@pkgsrc.org> | 2012-06-25 11:47:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-06-25 11:47:22 +0000 |
commit | 2e3d9161e056268592662d6ec232bb19752df555 (patch) | |
tree | 3cb3a153bbfdcda100c25e0bd0e60f9b145b1b42 /textproc/ebview | |
parent | 9204a28269e49224bf44b53cdfa683f1528d424b (diff) | |
download | pkgsrc-2e3d9161e056268592662d6ec232bb19752df555.tar.gz |
Fix build with C99 compiler.
Diffstat (limited to 'textproc/ebview')
-rw-r--r-- | textproc/ebview/distinfo | 3 | ||||
-rw-r--r-- | textproc/ebview/patches/patch-src_jcode.h | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/textproc/ebview/distinfo b/textproc/ebview/distinfo index 4aaa6e44c6d..5e64d6bec9e 100644 --- a/textproc/ebview/distinfo +++ b/textproc/ebview/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2009/02/19 16:43:13 joerg Exp $ +$NetBSD: distinfo,v 1.3 2012/06/25 11:47:22 joerg Exp $ SHA1 (ebview-0.3.6.tar.gz) = 47b63fb2f265c83cc5bf7aeb92f96d0e1cc7f9af RMD160 (ebview-0.3.6.tar.gz) = c32de00be68c13794f2c1d9c08edc34fc5dcb613 @@ -8,3 +8,4 @@ SHA1 (patch-ab) = ffedc7cc8b931f63f5a661314ef3703f88498434 SHA1 (patch-ac) = 642df47bfd8bd421ec3788e6054397c2a52f49ab SHA1 (patch-ad) = d8c111b61ac1100caf6963c26e485c42616702f8 SHA1 (patch-ae) = 71043b455d7c0ea4ef237d3ab7c1c2d6f8e91f92 +SHA1 (patch-src_jcode.h) = d2e581467808f6f1d0feb4bc8af2b0c5f64bf104 diff --git a/textproc/ebview/patches/patch-src_jcode.h b/textproc/ebview/patches/patch-src_jcode.h new file mode 100644 index 00000000000..97f0c3de5f8 --- /dev/null +++ b/textproc/ebview/patches/patch-src_jcode.h @@ -0,0 +1,13 @@ +$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); |