summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-10-23 11:27:15 +0000
committerAchim Gottinger <achim@gentoo.org>2000-10-23 11:27:15 +0000
commitbda2119a6377aa9314b208a562ea7d9ceb72bc75 (patch)
treece4e2bc64d9df98328fbc956968f2e624ee5aad6 /media-sound/esound
parent*** empty log message *** (diff)
downloadhistorical-bda2119a6377aa9314b208a562ea7d9ceb72bc75.tar.gz
historical-bda2119a6377aa9314b208a562ea7d9ceb72bc75.tar.bz2
historical-bda2119a6377aa9314b208a562ea7d9ceb72bc75.zip
*** empty log message ***
Diffstat (limited to 'media-sound/esound')
-rw-r--r--media-sound/esound/esound-0.2.19.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/esound/esound-0.2.19.ebuild b/media-sound/esound/esound-0.2.19.ebuild
index b2ddcf6e2be7..182ccb818cb7 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.4 2000/09/15 20:09:04 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.19.ebuild,v 1.5 2000/10/23 11:27:15 achim Exp $
P=esound-0.2.19
A=${P}.tar.gz
@@ -13,7 +13,8 @@ HOMEPAGE="http://www.tux.org/~ricdude/EsounD.html"
src_compile() {
cd ${S}
- try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/esd --with-libwrap
+ try ./configure --host=${CHOST} --prefix=/usr \
+ --sysconfdir=/etc/esd --with-libwrap
try make
}