summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-10-23 14:00:16 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-10-23 14:00:16 +0000
commit55386afcc04489beadf66de2b7709e6ebdb02fed (patch)
treedb78e3c9939c7dbd94e0ae3d13ba9fe89d68ccf3
parentAdded ~sparc keyword. (Manifest recommit) (diff)
downloadgentoo-2-55386afcc04489beadf66de2b7709e6ebdb02fed.tar.gz
gentoo-2-55386afcc04489beadf66de2b7709e6ebdb02fed.tar.bz2
gentoo-2-55386afcc04489beadf66de2b7709e6ebdb02fed.zip
add workaround for intltool-0.31.3 for INTLTOOL_ICONV
-rw-r--r--games-puzzle/atomix/ChangeLog5
-rw-r--r--games-puzzle/atomix/atomix-1.0.1.ebuild9
2 files changed, 8 insertions, 6 deletions
diff --git a/games-puzzle/atomix/ChangeLog b/games-puzzle/atomix/ChangeLog
index 3a26348c719d..c9f0d645541e 100644
--- a/games-puzzle/atomix/ChangeLog
+++ b/games-puzzle/atomix/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/atomix
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/ChangeLog,v 1.7 2004/10/06 05:33:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/ChangeLog,v 1.8 2004/10/23 14:00:16 liquidx Exp $
+
+ 23 Oct 2004; Alastair Tse <liquidx@gentoo.org> atomix-1.0.1.ebuild:
+ add workaround for intltool-0.31.3 for INTLTOOL_ICONV
05 Oct 2004; Michael Sterrett <mr_bones_@gentoo.org> atomix-1.0.1.ebuild:
fix compile error with gcc34 (bug #66142) (again)
diff --git a/games-puzzle/atomix/atomix-1.0.1.ebuild b/games-puzzle/atomix/atomix-1.0.1.ebuild
index 96f2d19be129..be7acc4628c4 100644
--- a/games-puzzle/atomix/atomix-1.0.1.ebuild
+++ b/games-puzzle/atomix/atomix-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/atomix-1.0.1.ebuild,v 1.7 2004/10/06 05:33:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/atomix-1.0.1.ebuild,v 1.8 2004/10/23 14:00:16 liquidx Exp $
inherit gnome2
@@ -44,10 +44,9 @@ src_unpack() {
sed -i \
-e 's/games.games/games:games/' Makefile.in \
|| die "sed failed"
-}
-src_compile() {
# Seems to fix the infamous "OrigTree module" bug
- intltoolize -c -f
- gnome2_src_compile
+ cd ${S}; intltoolize -c -f || die
+ sed -i -e 's/@INTLTOOL_ICONV@/iconv/' intltool-merge.in
}
+