From 623ee73d661e5ed8475cb264511f683407d87365 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Apr 2020 03:41:30 +0100 Subject: gentoo Easter resync : 12.04.2020 --- media-radio/qrq/files/qrq-0.3.1-tinfo.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 media-radio/qrq/files/qrq-0.3.1-tinfo.patch (limited to 'media-radio/qrq/files') diff --git a/media-radio/qrq/files/qrq-0.3.1-tinfo.patch b/media-radio/qrq/files/qrq-0.3.1-tinfo.patch deleted file mode 100644 index 83ae2b0e7bca..000000000000 --- a/media-radio/qrq/files/qrq-0.3.1-tinfo.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/Makefile 2017-04-03 18:45:09.028423872 +0200 -+++ b/Makefile 2017-04-03 18:45:55.711048924 +0200 -@@ -47,7 +47,7 @@ ifeq ($(USE_CA), YES) - endif - else ifeq ($(USE_PA), YES) - CFLAGS:=$(CFLAGS) -D PA -pthread -- LDFLAGS:=$(LDFLAGS) -lpulse-simple -lpulse -lncurses -+ LDFLAGS:=$(LDFLAGS) -lpulse-simple -lpulse $(shell pkg-config ncurses --libs) - OBJECTS=qrq.o pulseaudio.o - else ifeq ($(USE_WIN32), YES) - CFLAGS:=$(CFLAGS) -D PA -@@ -55,7 +55,7 @@ - OBJECTS=qrq.o qrq.res pdcurses.a libpthreadGC1.a - else - OBJECTS=qrq.o oss.o -- LDFLAGS:=$(LDFLAGS) -lpthread -lncurses -+ LDFLAGS:=$(LDFLAGS) -lpthread $(shell pkg-config ncurses --libs) - CFLAGS:=$(CFLAGS) -D OSS - endif - -- cgit v1.2.3