summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-08-11 14:18:20 +0000
committerSamuli Suominen <drac@gentoo.org>2007-08-11 14:18:20 +0000
commit88bf555d4dc7e9805d60bfe5f39336c185f98ddf (patch)
tree2e23f4cb3b516fc1ebb86b726fe662bf08019ed9 /media-sound/mp3blaster
parentand again, whitespace in line 42.. great (diff)
downloadgentoo-2-88bf555d4dc7e9805d60bfe5f39336c185f98ddf.tar.gz
gentoo-2-88bf555d4dc7e9805d60bfe5f39336c185f98ddf.tar.bz2
gentoo-2-88bf555d4dc7e9805d60bfe5f39336c185f98ddf.zip
newthreads and libpth support is broken, disable them.
(Portage version: 2.1.3.4)
Diffstat (limited to 'media-sound/mp3blaster')
-rw-r--r--media-sound/mp3blaster/ChangeLog5
-rw-r--r--media-sound/mp3blaster/mp3blaster-3.2.3-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/media-sound/mp3blaster/ChangeLog b/media-sound/mp3blaster/ChangeLog
index 6a975f8aa8f6..a0290ce3e960 100644
--- a/media-sound/mp3blaster/ChangeLog
+++ b/media-sound/mp3blaster/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/mp3blaster
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/ChangeLog,v 1.30 2007/08/11 14:05:10 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/ChangeLog,v 1.31 2007/08/11 14:18:20 drac Exp $
+
+ 11 Aug 2007; Samuli Suominen <drac@gentoo.org> mp3blaster-3.2.3-r1.ebuild:
+ newthreads and libpth support is broken, disable them.
*mp3blaster-3.2.3-r1 (11 Aug 2007)
diff --git a/media-sound/mp3blaster/mp3blaster-3.2.3-r1.ebuild b/media-sound/mp3blaster/mp3blaster-3.2.3-r1.ebuild
index c91101938625..30f65f1b17f1 100644
--- a/media-sound/mp3blaster/mp3blaster-3.2.3-r1.ebuild
+++ b/media-sound/mp3blaster/mp3blaster-3.2.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/mp3blaster-3.2.3-r1.ebuild,v 1.2 2007/08/11 14:06:21 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/mp3blaster-3.2.3-r1.ebuild,v 1.3 2007/08/11 14:18:20 drac Exp $
DESCRIPTION="Text console based program for playing audio files."
HOMEPAGE="http://mp3blaster.sourceforge.net"
@@ -17,7 +17,6 @@ RDEPEND=">=sys-libs/ncurses-5.2
nas? ( >=media-libs/nas-1.8b )
sid? ( =media-libs/libsidplay-1* )
esd? ( media-sound/esound )
- !sdl? ( dev-libs/pth )
sdl? ( media-libs/libsdl )"
DEPEND="${RDEPEND}
x11-misc/imake"
@@ -33,10 +32,11 @@ src_unpack() {
src_compile() {
local myconf
+ # newthreads and libpth support is broken.
if use sdl; then
myconf="${myconf} --disable-newthreads --without-pth --with-sdl --with-oss"
else
- myconf="${myconf} --enable-newthreads --with-pth --with-oss"
+ myconf="${myconf} --disable-newthreads --without-pth --with-oss"
fi
econf ${myconf} \