summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-radio/qrq')
-rw-r--r--media-radio/qrq/ChangeLog7
-rw-r--r--media-radio/qrq/qrq-0.3.1.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/media-radio/qrq/ChangeLog b/media-radio/qrq/ChangeLog
index 584f30c89d31..f3b27dfa52cf 100644
--- a/media-radio/qrq/ChangeLog
+++ b/media-radio/qrq/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-radio/qrq
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/qrq/ChangeLog,v 1.14 2013/07/30 14:25:52 tomjbe Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/qrq/ChangeLog,v 1.15 2014/06/14 12:45:48 tomjbe Exp $
+
+ 14 Jun 2014; Thomas Beierlein <tomjbe@gentoo.org> qrq-0.3.1.ebuild:
+ add missing -lpthread (bug 512480) Thanks phajdan
30 Jul 2013; Thomas Beierlein <tomjbe@gentoo.org> -qrq-0.1.4.ebuild,
-qrq-0.3.0.ebuild, qrq-0.3.1.ebuild:
diff --git a/media-radio/qrq/qrq-0.3.1.ebuild b/media-radio/qrq/qrq-0.3.1.ebuild
index 073a83822ac6..d1231082db22 100644
--- a/media-radio/qrq/qrq-0.3.1.ebuild
+++ b/media-radio/qrq/qrq-0.3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/qrq/qrq-0.3.1.ebuild,v 1.4 2013/07/30 14:25:52 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/qrq/qrq-0.3.1.ebuild,v 1.5 2014/06/14 12:45:48 tomjbe Exp $
EAPI="5"
@@ -23,6 +23,7 @@ src_prepare() {
# avoid prestripping of 'qrq' binary
sed -i -e "s/install -s -m/install -m/" Makefile || die
sed -i -e "s/CC=gcc/CC=$(tc-getCC)/" Makefile || die
+ sed -i -e "s/-lpulse-simple/-lpthread -lpulse-simple/" Makefile || die
}
src_compile() {