summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-09-16 17:42:21 +0000
committerMart Raudsepp <leio@gentoo.org>2008-09-16 17:42:21 +0000
commitfc5b8f8c809cc08363170ba0743e9277402bc545 (patch)
tree8e9ecafda2a0ed4f100296055e15309be5abc431 /app-dicts/gjiten
parentFix build with newer intltool (diff)
downloadgentoo-2-fc5b8f8c809cc08363170ba0743e9277402bc545.tar.gz
gentoo-2-fc5b8f8c809cc08363170ba0743e9277402bc545.tar.bz2
gentoo-2-fc5b8f8c809cc08363170ba0743e9277402bc545.zip
Fix build with newer intltool
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'app-dicts/gjiten')
-rw-r--r--app-dicts/gjiten/ChangeLog5
-rw-r--r--app-dicts/gjiten/gjiten-2.6-r1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-dicts/gjiten/ChangeLog b/app-dicts/gjiten/ChangeLog
index f7ee8da87599..9021f9b9d083 100644
--- a/app-dicts/gjiten/ChangeLog
+++ b/app-dicts/gjiten/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-dicts/gjiten
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.18 2008/05/14 16:37:30 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/ChangeLog,v 1.19 2008/09/16 17:42:21 leio Exp $
+
+ 16 Sep 2008; Mart Raudsepp <leio@gentoo.org> gjiten-2.6-r1.ebuild:
+ Fix build with newer intltool
*gjiten-2.6-r1 (14 May 2008)
diff --git a/app-dicts/gjiten/gjiten-2.6-r1.ebuild b/app-dicts/gjiten/gjiten-2.6-r1.ebuild
index da17694935fc..06eb27da0a5f 100644
--- a/app-dicts/gjiten/gjiten-2.6-r1.ebuild
+++ b/app-dicts/gjiten/gjiten-2.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.6-r1.ebuild,v 1.1 2008/05/14 16:37:30 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.6-r1.ebuild,v 1.2 2008/09/16 17:42:21 leio Exp $
inherit autotools eutils gnome2
@@ -29,6 +29,7 @@ src_unpack() {
gnome2_src_unpack
cd "${S}"
# bug #124631
+ intltoolize --copy --automake --force || die "intltoolize failed"
AM_OPTS="--foreign" eautoreconf
}