* [gentoo-commits] repo/gentoo:master commit in: media-radio/qrq/files/
@ 2019-04-22 17:50 Thomas Beierlein
0 siblings, 0 replies; only message in thread
From: Thomas Beierlein @ 2019-04-22 17:50 UTC (permalink / raw
To: gentoo-commits
commit: 43ec94a2e8bfd95d2562b970b8cbfaa5e175ba50
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 17:49:53 2019 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 17:49:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ec94a2
media-radio/qrq: Add missing patch file
Thanks to Toralf Foerster for reporting
Closes:https://bugs.gentoo.org/684032
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
media-radio/qrq/files/qrq-0.3.2-tinfo.patch | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/media-radio/qrq/files/qrq-0.3.2-tinfo.patch b/media-radio/qrq/files/qrq-0.3.2-tinfo.patch
new file mode 100644
index 00000000000..6a0f38d18fa
--- /dev/null
+++ b/media-radio/qrq/files/qrq-0.3.2-tinfo.patch
@@ -0,0 +1,20 @@
+--- a/Makefile 2019-04-19 16:16:08.354994946 +0200
++++ b/Makefile 2019-04-19 16:18:30.711734410 +0200
+@@ -56,7 +56,7 @@
+ endif
+ else ifeq ($(USE_PA), YES)
+ CFLAGS:=$(CFLAGS) -D PA -pthread
+- LDFLAGS:=$(LDFLAGS) -lpthread -lpulse-simple -lpulse -lncurses
++ LDFLAGS:=$(LDFLAGS) -lpthread -lpulse-simple -lpulse $(shell pkg-config ncurses --libs)
+ OBJECTS=qrq.o pulseaudio.o
+ else ifeq ($(USE_WIN32), YES)
+ CFLAGS:=$(CFLAGS) -D WIN32 -Iinclude -Iinclude/ncursesw
+@@ -64,7 +64,7 @@
+ OBJECTS=qrq.o qrq.res lib/libncursesw.a
+ else
+ OBJECTS=qrq.o oss.o
+- LDFLAGS:=$(LDFLAGS) -lpthread -lncurses
++ LDFLAGS:=$(LDFLAGS) -lpthread $(shell pkg-config ncurses --libs)
+ CFLAGS:=$(CFLAGS) -D OSS
+ endif
+
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-04-22 17:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-22 17:50 [gentoo-commits] repo/gentoo:master commit in: media-radio/qrq/files/ Thomas Beierlein
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox