diff options
author | 2000-09-15 20:06:31 +0000 | |
---|---|---|
committer | 2000-09-15 20:06:31 +0000 | |
commit | 3da0ec94f2f27728744f16842db5c21a6a1a1db6 (patch) | |
tree | 717962f532e9beb32cc5331dd92db667db844126 | |
parent | more netscape updates (diff) | |
download | gentoo-2-3da0ec94f2f27728744f16842db5c21a6a1a1db6.tar.gz gentoo-2-3da0ec94f2f27728744f16842db5c21a6a1a1db6.tar.bz2 gentoo-2-3da0ec94f2f27728744f16842db5c21a6a1a1db6.zip |
oops :)
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | media-sound/esound/esound-0.2.19.ebuild | 9 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog index 7bba72554369..6204c697fe80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ 15.09.2000 + -Updated all packages to use "try" (drobbins) -New net-www/netscape-plugger (drobbins) -New net-www/netscape/navigator (drobbins) -Added navigator/netscape postinst (drobbins) diff --git a/media-sound/esound/esound-0.2.19.ebuild b/media-sound/esound/esound-0.2.19.ebuild index 6dd38e2fa69c..7b4409a8fe1f 100644 --- a/media-sound/esound/esound-0.2.19.ebuild +++ b/media-sound/esound/esound-0.2.19.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/media-sound/esound/esound-0.2.19.ebuild,v 1.2 2000/08/16 04:38:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.19.ebuild,v 1.3 2000/09/15 20:06:31 drobbins Exp $ P=esound-0.2.19 A=${P}.tar.gz @@ -13,14 +13,13 @@ HOMEPAGE="http://www.tux.org/~ricdude/EsounD.html" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/esd \ - --with-libwrap - make + try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/esd --with-libwrap + try make } src_install() { cd ${S} - make prefix=${D}/usr sysconfdir=${D}/etc/esd install + try make prefix=${D}/usr sysconfdir=${D}/etc/esd install dodoc AUTHORS COPYING* ChangeLog README TODO dodoc NEWS TIPS dodoc docs/esound.ps |