diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2006-07-13 01:01:38 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2006-07-13 01:01:38 +0000 |
commit | a2adcc86566ec55e04c2818c2e4838696525d9a8 (patch) | |
tree | d0ecdb88c196f9372362fec14e93d20881099f53 /gnome-base/oaf | |
parent | Clarified w-c instructions (diff) | |
download | gentoo-2-a2adcc86566ec55e04c2818c2e4838696525d9a8.tar.gz gentoo-2-a2adcc86566ec55e04c2818c2e4838696525d9a8.tar.bz2 gentoo-2-a2adcc86566ec55e04c2818c2e4838696525d9a8.zip |
Make sure configure recognizes ppc64 arch.
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'gnome-base/oaf')
-rw-r--r-- | gnome-base/oaf/files/digest-oaf-0.6.10 | 2 | ||||
-rw-r--r-- | gnome-base/oaf/oaf-0.6.10.ebuild | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gnome-base/oaf/files/digest-oaf-0.6.10 b/gnome-base/oaf/files/digest-oaf-0.6.10 index cc166b1eeb12..fb1cd329e0e2 100644 --- a/gnome-base/oaf/files/digest-oaf-0.6.10 +++ b/gnome-base/oaf/files/digest-oaf-0.6.10 @@ -1 +1,3 @@ MD5 ed9aa2ceb70bba34034b3134b22d2729 oaf-0.6.10.tar.bz2 435621 +RMD160 5b894ee82bb54bc44785d4335a65774174e139e3 oaf-0.6.10.tar.bz2 435621 +SHA256 0a813badfba04781d51339ec3eddc5e7702042fb5d6abffd746a79172793197e oaf-0.6.10.tar.bz2 435621 diff --git a/gnome-base/oaf/oaf-0.6.10.ebuild b/gnome-base/oaf/oaf-0.6.10.ebuild index 97e23d288c7f..40423f76eef0 100644 --- a/gnome-base/oaf/oaf-0.6.10.ebuild +++ b/gnome-base/oaf/oaf-0.6.10.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/gnome-base/oaf/oaf-0.6.10.ebuild,v 1.23 2006/07/05 05:40:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.6.10.ebuild,v 1.24 2006/07/13 01:01:38 pvdabeel Exp $ inherit gnome.org libtool multilib @@ -22,10 +22,13 @@ DEPEND="${RDEPEND} src_compile() { elibtoolize + aclocal + autoconf + automake local myconf="" use nls || myconf="--disable-nls" - ./configure --host=${CHOST} \ + ./configure --host="${CHOST}"\ --prefix=/usr \ --libdir=/usr/$(get_libdir) \ --mandir=/usr/share/man \ |