diff options
Diffstat (limited to 'app-emulation/frodo')
-rw-r--r-- | app-emulation/frodo/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/frodo/frodo-4.1b.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emulation/frodo/ChangeLog b/app-emulation/frodo/ChangeLog index 9fcd1d1aae5c..09a23246d35d 100644 --- a/app-emulation/frodo/ChangeLog +++ b/app-emulation/frodo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/frodo # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/ChangeLog,v 1.11 2008/06/07 20:48:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/ChangeLog,v 1.12 2008/06/18 01:46:34 darkside Exp $ + + 18 Jun 2008; Jeremy Olexa <darkside@gentoo.org> frodo-4.1b.ebuild: + Actually cd to where the configure script is. bug #227099 07 Jun 2008; Diego Pettenò <flameeyes@gentoo.org> frodo-4.1b.ebuild: Fix autotools handling, use eautoreconf as the ebuild is inheriting diff --git a/app-emulation/frodo/frodo-4.1b.ebuild b/app-emulation/frodo/frodo-4.1b.ebuild index d1525418d4b9..0321f037f642 100644 --- a/app-emulation/frodo/frodo-4.1b.ebuild +++ b/app-emulation/frodo/frodo-4.1b.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-emulation/frodo/frodo-4.1b.ebuild,v 1.3 2008/06/07 20:48:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/frodo-4.1b.ebuild,v 1.4 2008/06/18 01:46:34 darkside Exp $ WANT_AUTOCONF="2.5" WANT_AUTOMAKE="latest" @@ -33,6 +33,7 @@ src_unpack() { } src_compile() { + cd "${S}"/Src append-flags "-DX_USE_SHM" econf || die emake || die "emake failed" |