diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-03 13:58:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-03 13:58:58 +0000 |
commit | 116c4567c4075a7bcd7e4792cc5f2e3e454ae0bd (patch) | |
tree | d4074f2d1af5dc822c72c0375ddeab879a0850c3 /www | |
parent | 4e0ca20098592519e328b28cb9ed111cb219ca2e (diff) | |
download | pkgsrc-116c4567c4075a7bcd7e4792cc5f2e3e454ae0bd.tar.gz |
Fix build after recent gnome update, based on gtkhtml-3.16.1 source code.
Then I found PR 37263 by Yakovetsky Vladimir, which has nearly the
same patch.
Diffstat (limited to 'www')
-rw-r--r-- | www/gtkhtml314/distinfo | 3 | ||||
-rw-r--r-- | www/gtkhtml314/patches/patch-aa | 19 |
2 files changed, 21 insertions, 1 deletions
diff --git a/www/gtkhtml314/distinfo b/www/gtkhtml314/distinfo index 00ea8a10810..286df0ccb98 100644 --- a/www/gtkhtml314/distinfo +++ b/www/gtkhtml314/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2007/07/17 10:20:23 drochner Exp $ +$NetBSD: distinfo,v 1.3 2007/11/03 13:58:58 wiz Exp $ SHA1 (gtkhtml-3.14.3.tar.bz2) = aede744b666fdefb9478e214aa5d38e0122aa289 RMD160 (gtkhtml-3.14.3.tar.bz2) = 2761c056a1ed9d8759c1897afb61808872305f9d Size (gtkhtml-3.14.3.tar.bz2) = 1283748 bytes +SHA1 (patch-aa) = 6fd74ede168c11f4f48300b4b2f3f1ab56ff63e5 diff --git a/www/gtkhtml314/patches/patch-aa b/www/gtkhtml314/patches/patch-aa new file mode 100644 index 00000000000..a769417014e --- /dev/null +++ b/www/gtkhtml314/patches/patch-aa @@ -0,0 +1,19 @@ +$NetBSD: patch-aa,v 1.1 2007/11/03 13:58:58 wiz Exp $ + +--- components/html-editor/paragraph-style.c.orig 2007-04-05 09:15:26.000000000 +0000 ++++ components/html-editor/paragraph-style.c +@@ -19,6 +19,14 @@ + Boston, MA 02111-1307, USA. + */ + ++#include <config.h> ++ ++#ifdef GNOME_GTKHTML_EDITOR_SHLIB ++#include <glib/gi18n-lib.h> ++#else ++#include <glib/gi18n.h> ++#endif ++ + #include "gtkhtml.h" + #include "paragraph-style.h" + |