diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2006-05-07 21:39:10 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2006-05-07 21:39:10 +0000 |
commit | 600e3e60220f9225c471c52dd5e0c0ec1489de29 (patch) | |
tree | 3fbb324bb36e9387a6c6d7123986ea192ef89517 /net-misc/vino | |
parent | Fix for gcc-4.1 (diff) | |
download | gentoo-2-600e3e60220f9225c471c52dd5e0c0ec1489de29.tar.gz gentoo-2-600e3e60220f9225c471c52dd5e0c0ec1489de29.tar.bz2 gentoo-2-600e3e60220f9225c471c52dd5e0c0ec1489de29.zip |
macro fix, fixes #132618
(Portage version: 2.1_pre10-r3)
Diffstat (limited to 'net-misc/vino')
-rw-r--r-- | net-misc/vino/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/vino/vino-2.13.5.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-misc/vino/ChangeLog b/net-misc/vino/ChangeLog index b69fde727e92..81acdfc655f2 100644 --- a/net-misc/vino/ChangeLog +++ b/net-misc/vino/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/vino # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/ChangeLog,v 1.53 2006/05/07 14:49:01 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/ChangeLog,v 1.54 2006/05/07 21:39:10 allanonjl Exp $ + + 07 May 2006; John N. Laliberte <allanonjl@gentoo.org> vino-2.13.5.ebuild: + macro fix, fixes #132618 07 May 2006; John N. Laliberte <allanonjl@gentoo.org> +files/vino-2.13.5-as-needed.patch, vino-2.13.5.ebuild: diff --git a/net-misc/vino/vino-2.13.5.ebuild b/net-misc/vino/vino-2.13.5.ebuild index de1f9d39acb3..fabefe5959f5 100644 --- a/net-misc/vino/vino-2.13.5.ebuild +++ b/net-misc/vino/vino-2.13.5.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/net-misc/vino/vino-2.13.5.ebuild,v 1.3 2006/05/07 14:49:01 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.13.5.ebuild,v 1.4 2006/05/07 21:39:10 allanonjl Exp $ inherit eutils gnome2 autotools @@ -48,5 +48,7 @@ src_unpack() { # fix as-needed #132558 epatch "${FILESDIR}"/${P}-as-needed.patch - eautoreconf + + cp aclocal.m4 old_macros.m4 + AT_M4DIR="." eautoreconf } |