summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-02 19:22:25 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-02 19:22:25 +0000
commit653c66bab0ff7a2c3acd8a165d68d226d8b260c5 (patch)
treea40b5b02a474a7383c676e8c4da79566cf9300d8 /media-gfx/gimp-print
parentFixes bug #12645 and misc. (diff)
downloadgentoo-2-653c66bab0ff7a2c3acd8a165d68d226d8b260c5.tar.gz
gentoo-2-653c66bab0ff7a2c3acd8a165d68d226d8b260c5.tar.bz2
gentoo-2-653c66bab0ff7a2c3acd8a165d68d226d8b260c5.zip
Add little workaround for imperfect patch, bug #125002.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'media-gfx/gimp-print')
-rw-r--r--media-gfx/gimp-print/ChangeLog6
-rw-r--r--media-gfx/gimp-print/gimp-print-5.0.0_rc2.ebuild7
2 files changed, 10 insertions, 3 deletions
diff --git a/media-gfx/gimp-print/ChangeLog b/media-gfx/gimp-print/ChangeLog
index b0fe353ce3a9..7e5f5bf776b8 100644
--- a/media-gfx/gimp-print/ChangeLog
+++ b/media-gfx/gimp-print/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/gimp-print
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/ChangeLog,v 1.68 2006/01/28 23:14:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/ChangeLog,v 1.69 2006/04/02 19:22:25 flameeyes Exp $
+
+ 02 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
+ gimp-print-5.0.0_rc2.ebuild:
+ Add little workaround for imperfect patch, bug #125002.
28 Jan 2006; Diego Pettenò <flameeyes@gentoo.org>
gimp-print-5.0.0_rc2.ebuild:
diff --git a/media-gfx/gimp-print/gimp-print-5.0.0_rc2.ebuild b/media-gfx/gimp-print/gimp-print-5.0.0_rc2.ebuild
index e46b650ced88..6cd09aa76a2b 100644
--- a/media-gfx/gimp-print/gimp-print-5.0.0_rc2.ebuild
+++ b/media-gfx/gimp-print/gimp-print-5.0.0_rc2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-5.0.0_rc2.ebuild,v 1.4 2006/01/28 23:14:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-5.0.0_rc2.ebuild,v 1.5 2006/04/02 19:22:25 flameeyes Exp $
inherit flag-o-matic libtool eutils autotools
@@ -48,7 +48,10 @@ src_unpack() {
# Remove the broken libtool.m4
rm ${S}/m4extra/libtool.m4
- AT_M4DIR="m4 m4extra" eautoreconf
+ # The patch should be actually fixed, but this way we avoid having to
+ # regenerate, repropagate and redigest it, the glib.m4 file is in the wrong
+ # directory.
+ AT_M4DIR="m4 m4extra ${MY_P}/m4extra" eautoreconf
}
src_compile() {