Gentoo Archives: gentoo-commits

From: "Jörg Bornkessel" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vdrtools-genindex/files/
Date: Mon, 29 Jun 2020 19:19:47
Message-Id: 1593458369.8699cbbeafa920fb35983a6f1a9a90a133162adf.hd_brummy@gentoo
1 commit: 8699cbbeafa920fb35983a6f1a9a90a133162adf
2 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 29 19:18:39 2020 +0000
4 Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 19:19:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8699cbbe
7
8 media-video/vdrtools-genindex: cleanup useless patch
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
12
13 media-video/vdrtools-genindex/files/ldflags.diff | 12 ------------
14 1 file changed, 12 deletions(-)
15
16 diff --git a/media-video/vdrtools-genindex/files/ldflags.diff b/media-video/vdrtools-genindex/files/ldflags.diff
17 deleted file mode 100644
18 index 7ec062e3ddc..00000000000
19 --- a/media-video/vdrtools-genindex/files/ldflags.diff
20 +++ /dev/null
21 @@ -1,12 +0,0 @@
22 -diff -Naur genindex-0.1.3.orig/Makefile genindex-0.1.3/Makefile
23 ---- genindex-0.1.3.orig/Makefile 2010-09-24 14:55:48.000000000 +0200
24 -+++ genindex-0.1.3/Makefile 2010-09-24 14:56:06.000000000 +0200
25 -@@ -52,7 +52,7 @@
26 - # The main program:
27 -
28 - genindex: $(OBJS)
29 -- $(CXX) $(CXXFLAGS) $^ -o $@
30 -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) $^ -o $@
31 -
32 - rmstream: rmstream.o thread.o ringbuffer.o pes.o
33 - $(CXX) $(CXXFLAGS) $^ -o $@