diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-03-07 11:19:58 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-03-07 11:19:58 +0000 |
commit | 7521d904bc8332ac407f11e886976e72ef495982 (patch) | |
tree | 34164f093153081123bfdc908a5b5fedbfb29dc3 /gnome-base/nautilus | |
parent | *** empty log message *** (diff) | |
download | historical-7521d904bc8332ac407f11e886976e72ef495982.tar.gz historical-7521d904bc8332ac407f11e886976e72ef495982.tar.bz2 historical-7521d904bc8332ac407f11e886976e72ef495982.zip |
*** empty log message ***
Diffstat (limited to 'gnome-base/nautilus')
-rw-r--r-- | gnome-base/nautilus/nautilus-0.8.2.ebuild | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/gnome-base/nautilus/nautilus-0.8.2.ebuild b/gnome-base/nautilus/nautilus-0.8.2.ebuild index 60e66cedf62e..d1411c4b1430 100644 --- a/gnome-base/nautilus/nautilus-0.8.2.ebuild +++ b/gnome-base/nautilus/nautilus-0.8.2.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/nautilus/nautilus-0.8.2.ebuild,v 1.1 2001/03/06 06:05:34 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-0.8.2.ebuild,v 1.2 2001/03/07 11:19:58 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -12,6 +12,7 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A} HOMEPAGE="http://www.gnome.org/" DEPEND="nls? ( sys-devel/gettext ) + mozilla? ( >=net-www/mozilla-0.8-r1 ) >=media-libs/freetype-2.0 >=sys-libs/pam-0.73 >=gnome-base/bonobo-0.37 @@ -26,6 +27,17 @@ src_compile() { then myconf="--disable-nls" fi + if [ "`use mozilla`" ] + then +# MOZILLA=${S}/../../../mozilla-0.8-r2/work/mozilla/dist + MOZILLA=/opt/mozilla + myconf="${myconf} --with-mozilla-lib-place=$MOZILLA \ + --with-mozilla-include-place=$MOZILLA/include" + export MOZILLA_FIVE_HOME=$MOZILLA + export LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME + else + myconf="${myconf} --disable-mozilla-component" + fi try ./configure --host=${CHOST} --prefix=/opt/gnome \ --sysconfdir=/etc/opt/gnome --infodir=/opt/gnome/share/info \ --mandir=/opt/gnome/share/man --enable-eazel-services=1 ${myconf} |