diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-06-16 11:07:26 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-06-16 11:07:26 +0000 |
commit | d2ccf32d701f2fbf64ccd515445e30af9d9a6d0c (patch) | |
tree | 44e85648597fa7d2dfd36e2b9ef2f24d6d460057 /x11-libs | |
parent | Fix underlink. Bug #368949 (diff) | |
download | gentoo-2-d2ccf32d701f2fbf64ccd515445e30af9d9a6d0c.tar.gz gentoo-2-d2ccf32d701f2fbf64ccd515445e30af9d9a6d0c.tar.bz2 gentoo-2-d2ccf32d701f2fbf64ccd515445e30af9d9a6d0c.zip |
Fix bug 371907 by creating m4, and passing the appropriate AT_M4DIR
(Portage version: 2.2.0_alpha39_p14/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-2.24.5.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index d8444e38f259..961a980b58f1 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gtk+ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.513 2011/06/16 07:44:52 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.514 2011/06/16 11:07:26 nirbheek Exp $ + + 16 Jun 2011; Nirbheek Chauhan <nirbheek@gentoo.org> gtk+-2.24.5.ebuild: + Fix bug 371907 by creating m4, and passing the appropriate AT_M4DIR *gtk+-2.24.5 (16 Jun 2011) diff --git a/x11-libs/gtk+/gtk+-2.24.5.ebuild b/x11-libs/gtk+/gtk+-2.24.5.ebuild index f4302ae9b74f..cb229ff976ff 100644 --- a/x11-libs/gtk+/gtk+-2.24.5.ebuild +++ b/x11-libs/gtk+/gtk+-2.24.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.24.5.ebuild,v 1.1 2011/06/16 07:44:52 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.24.5.ebuild,v 1.2 2011/06/16 11:07:26 nirbheek Exp $ EAPI="3" GNOME2_LA_PUNT="yes" @@ -131,9 +131,11 @@ src_prepare() { strip_builddir SRC_SUBDIRS demos Makefile.am Makefile.in fi + # http://bugs.gentoo.org/show_bug.cgi?id=371907 + mkdir -p "${S}/m4" + AT_M4DIR=m4macros eautoreconf # Use elibtoolize in place of eautoreconf when it will be dropped #elibtoolize - eautoreconf } src_configure() { |