diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-01-31 06:50:18 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-01-31 06:50:18 +0000 |
commit | d857808fe9ff9b93a259739b6d4ae2c9b22291d6 (patch) | |
tree | e0a6dde2b11919f2a1a0070253b4ca2bc7127763 /media-sound | |
parent | removed in favor of 2.1.11 upstream (diff) | |
download | historical-d857808fe9ff9b93a259739b6d4ae2c9b22291d6.tar.gz historical-d857808fe9ff9b93a259739b6d4ae2c9b22291d6.tar.bz2 historical-d857808fe9ff9b93a259739b6d4ae2c9b22291d6.zip |
changed emake to make as it breaks some compiles
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/xmms/xmms-1.2.7-r15.ebuild | 5 | ||||
-rw-r--r-- | media-sound/xmms/xmms-1.2.7-r16.ebuild | 5 | ||||
-rw-r--r-- | media-sound/xmms/xmms-1.2.7-r18.ebuild | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/media-sound/xmms/xmms-1.2.7-r15.ebuild b/media-sound/xmms/xmms-1.2.7-r15.ebuild index 9e035774b1bb..8bd069f0244e 100644 --- a/media-sound/xmms/xmms-1.2.7-r15.ebuild +++ b/media-sound/xmms/xmms-1.2.7-r15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.7-r15.ebuild,v 1.3 2002/12/15 10:44:20 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.7-r15.ebuild,v 1.4 2003/01/31 06:50:18 bcowan Exp $ IUSE="xml nls esd gnome opengl mmx oggvorbis 3dnow mikmod directfb" @@ -128,7 +128,8 @@ src_compile() { econf ${myconf} || die - emake || die + ### emake seems to break some compiles please keep @ make + make || die } src_install() { diff --git a/media-sound/xmms/xmms-1.2.7-r16.ebuild b/media-sound/xmms/xmms-1.2.7-r16.ebuild index 60de78901a8b..791f7bfa1e38 100644 --- a/media-sound/xmms/xmms-1.2.7-r16.ebuild +++ b/media-sound/xmms/xmms-1.2.7-r16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.7-r16.ebuild,v 1.2 2002/12/20 03:55:51 alron Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.7-r16.ebuild,v 1.3 2003/01/31 06:50:18 bcowan Exp $ IUSE="xml nls esd gnome opengl mmx oggvorbis 3dnow mikmod directfb" @@ -131,7 +131,8 @@ src_compile() { econf ${myconf} || die - emake || die + ### emake seems to break some compiles, please keep @ make + make || die } src_install() { diff --git a/media-sound/xmms/xmms-1.2.7-r18.ebuild b/media-sound/xmms/xmms-1.2.7-r18.ebuild index 51b55a6b52a0..312b2318f851 100644 --- a/media-sound/xmms/xmms-1.2.7-r18.ebuild +++ b/media-sound/xmms/xmms-1.2.7-r18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.7-r18.ebuild,v 1.2 2003/01/19 17:33:56 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.7-r18.ebuild,v 1.3 2003/01/31 06:50:18 bcowan Exp $ IUSE="xml nls esd gnome opengl mmx oggvorbis 3dnow mikmod directfb ipv6" @@ -131,7 +131,8 @@ src_compile() { econf ${myconf} || die - emake || die + ### emake seems to break some compiles, please keep @ make + make || die } src_install() { |