diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:51:17 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:51:17 +0000 |
commit | 48d56577d5561c5f2ec4a29974cd7f64a2aa8ad5 (patch) | |
tree | 43d6d8552e11e9fff48a03d2af1f0686d4662f6e /net/gnomeicu2/files/patch-src::kanji_conv.c | |
parent | Various patches (mainly shared library revision changes) for those (diff) |
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
Notes
Notes:
svn path=/head/; revision=42260
Diffstat (limited to 'net/gnomeicu2/files/patch-src::kanji_conv.c')
-rw-r--r-- | net/gnomeicu2/files/patch-src::kanji_conv.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/gnomeicu2/files/patch-src::kanji_conv.c b/net/gnomeicu2/files/patch-src::kanji_conv.c new file mode 100644 index 000000000000..497b91d16c89 --- /dev/null +++ b/net/gnomeicu2/files/patch-src::kanji_conv.c @@ -0,0 +1,7 @@ +--- src/kanji_conv.c.orig Wed Jan 3 16:14:39 2001 ++++ src/kanji_conv.c Thu Apr 19 15:51:21 2001 +@@ -32,3 +32,3 @@ + #ifdef HAVE_ICONV +-#include <iconv.h> ++#include <giconv.h> + #endif |