diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-09-10 18:40:24 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-09-10 18:40:24 +0000 |
commit | ab55332de36746bf86eb55db0d69470d65f01ec6 (patch) | |
tree | 19591ee1b9551a1c8182d70a06cd3b2e1cfc1a69 /gnome-base | |
parent | *** empty log message *** (diff) | |
download | historical-ab55332de36746bf86eb55db0d69470d65f01ec6.tar.gz historical-ab55332de36746bf86eb55db0d69470d65f01ec6.tar.bz2 historical-ab55332de36746bf86eb55db0d69470d65f01ec6.zip |
*** empty log message ***
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/oaf/oaf-0.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/oaf/oaf-0.3.0.ebuild b/gnome-base/oaf/oaf-0.3.0.ebuild index 629075a7573a..ab3a0ee9c7ec 100644 --- a/gnome-base/oaf/oaf-0.3.0.ebuild +++ b/gnome-base/oaf/oaf-0.3.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.3.0.ebuild,v 1.2 2000/08/16 04:38:03 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.3.0.ebuild,v 1.3 2000/09/10 18:40:24 achim Exp $ P=oaf-0.3.0 A=${P}.tar.gz @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/oaf/"${A} src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome + ./configure --host=${CHOST} --prefix=/opt/gnome --with-orbit-prefix=/opt/gnome make } |