From 94121388ebedde2952e36a970a99f93803d05cb6 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Tue, 21 Jan 2014 23:25:51 +0100
Subject: [PATCH] use our own gettext in building inkscape.

---
 component/inkscape/buildout.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/component/inkscape/buildout.cfg b/component/inkscape/buildout.cfg
index cd1ecb6d7..7439e6a6d 100644
--- a/component/inkscape/buildout.cfg
+++ b/component/inkscape/buildout.cfg
@@ -6,6 +6,7 @@ extends =
   ../freetype/buildout.cfg
   ../garbage-collector/buildout.cfg
   ../gcc/buildout.cfg
+  ../gettext/buildout.cfg
   ../glibmm/buildout.cfg
   ../gtk-2/buildout.cfg
   ../gtkmm/buildout.cfg
@@ -54,7 +55,7 @@ configure-options =
   --without-perl
   --without-python
 environment =
-  PATH=${freetype:location}/bin:${gdk-pixbuf:location}/bin:${glib:location}/bin:${intltool:location}/bin:${libxml2:location}/bin:${pkgconfig:location}/bin:${pango:location}/bin:${perl:location}/bin:%(PATH)s
+  PATH=${freetype:location}/bin:${gdk-pixbuf:location}/bin:${gettext:location}/bin:${glib:location}/bin:${intltool:location}/bin:${libxml2:location}/bin:${pkgconfig:location}/bin:${pango:location}/bin:${perl:location}/bin:%(PATH)s
   PKG_CONFIG_PATH=${:pkg_config_depends}
   CPPFLAGS=-I${boost-lib:location}/include -I${cairo:location}/include -I${garbage-collector:location}/include -I${libpng:location}/include -I${popt:location}/include
 # rpath seems not taken from pkgconfig...
-- 
2.30.9