diff options
author | 2000-10-23 11:27:15 +0000 | |
---|---|---|
committer | 2000-10-23 11:27:15 +0000 | |
commit | bda2119a6377aa9314b208a562ea7d9ceb72bc75 (patch) | |
tree | ce4e2bc64d9df98328fbc956968f2e624ee5aad6 /media-sound | |
parent | *** empty log message *** (diff) | |
download | historical-bda2119a6377aa9314b208a562ea7d9ceb72bc75.tar.gz historical-bda2119a6377aa9314b208a562ea7d9ceb72bc75.tar.bz2 historical-bda2119a6377aa9314b208a562ea7d9ceb72bc75.zip |
*** empty log message ***
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/esound/esound-0.2.19.ebuild | 5 | ||||
-rw-r--r-- | media-sound/nas/nas-1.4.1.ebuild | 4 |
2 files changed, 5 insertions, 4 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 } diff --git a/media-sound/nas/nas-1.4.1.ebuild b/media-sound/nas/nas-1.4.1.ebuild index 1044852624af..0ac890677ef2 100644 --- a/media-sound/nas/nas-1.4.1.ebuild +++ b/media-sound/nas/nas-1.4.1.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/nas/nas-1.4.1.ebuild,v 1.1 2000/10/18 14:56:18 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/nas/nas-1.4.1.ebuild,v 1.2 2000/10/23 11:27:15 achim Exp $ A=${P}.src.tar.gz S=${WORKDIR}/${P} @@ -14,7 +14,7 @@ src_compile() { cd ${S} try xmkmf - try make World + try make WORLDOPTS='-k CDEBUGFLAGS="$(CDEBUGFLAGS) -DSTARTSERVER"' World } |