summaryrefslogtreecommitdiff
path: root/www/gtkhtml314
diff options
context:
space:
mode:
authorwiz <wiz>2007-11-03 13:58:58 +0000
committerwiz <wiz>2007-11-03 13:58:58 +0000
commit4e3eecb203be29be0596a832f4bcd05e1cbc828f (patch)
treed4074f2d1af5dc822c72c0375ddeab879a0850c3 /www/gtkhtml314
parenta7cdada9c6a84da64f6306d9a9f93f32a99811a7 (diff)
downloadpkgsrc-4e3eecb203be29be0596a832f4bcd05e1cbc828f.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/gtkhtml314')
-rw-r--r--www/gtkhtml314/distinfo3
-rw-r--r--www/gtkhtml314/patches/patch-aa19
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"
+