From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1085096-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6AA59138334 for <garchives@archives.gentoo.org>; Mon, 22 Apr 2019 17:50:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53814E07C7; Mon, 22 Apr 2019 17:50:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 370D4E07C7 for <gentoo-commits@lists.gentoo.org>; Mon, 22 Apr 2019 17:50:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E47034209B for <gentoo-commits@lists.gentoo.org>; Mon, 22 Apr 2019 17:50:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8F5055B for <gentoo-commits@lists.gentoo.org>; Mon, 22 Apr 2019 17:50:20 +0000 (UTC) From: "Thomas Beierlein" <tomjbe@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" <tomjbe@gentoo.org> Message-ID: <1555955393.43ec94a2e8bfd95d2562b970b8cbfaa5e175ba50.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/qrq/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/qrq/files/qrq-0.3.2-tinfo.patch X-VCS-Directories: media-radio/qrq/files/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 43ec94a2e8bfd95d2562b970b8cbfaa5e175ba50 X-VCS-Branch: master Date: Mon, 22 Apr 2019 17:50:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ae94b833-1055-4714-a080-ee2e5214e203 X-Archives-Hash: 40a8dc8037c10a45e1f1d02e87cd0f70 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 +