summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2008-06-18 01:46:34 +0000
committerJeremy Olexa <darkside@gentoo.org>2008-06-18 01:46:34 +0000
commitf6f9421dc86592a156d26908cf0aee8cfd604820 (patch)
tree0ea5b6aa7495d2a4fd1df12f540b347fa57bd303 /app-emulation/frodo
parentVersion bump #226101 by Wolfram Schlich. (diff)
downloadgentoo-2-f6f9421dc86592a156d26908cf0aee8cfd604820.tar.gz
gentoo-2-f6f9421dc86592a156d26908cf0aee8cfd604820.tar.bz2
gentoo-2-f6f9421dc86592a156d26908cf0aee8cfd604820.zip
Actually cd to where the configure script is. bug #227099
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-emulation/frodo')
-rw-r--r--app-emulation/frodo/ChangeLog5
-rw-r--r--app-emulation/frodo/frodo-4.1b.ebuild3
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"