commit: 8699cbbeafa920fb35983a6f1a9a90a133162adf Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org> AuthorDate: Mon Jun 29 19:18:39 2020 +0000 Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org> CommitDate: Mon Jun 29 19:19:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8699cbbe
media-video/vdrtools-genindex: cleanup useless patch Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org> media-video/vdrtools-genindex/files/ldflags.diff | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/media-video/vdrtools-genindex/files/ldflags.diff b/media-video/vdrtools-genindex/files/ldflags.diff deleted file mode 100644 index 7ec062e3ddc..00000000000 --- a/media-video/vdrtools-genindex/files/ldflags.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur genindex-0.1.3.orig/Makefile genindex-0.1.3/Makefile ---- genindex-0.1.3.orig/Makefile 2010-09-24 14:55:48.000000000 +0200 -+++ genindex-0.1.3/Makefile 2010-09-24 14:56:06.000000000 +0200 -@@ -52,7 +52,7 @@ - # The main program: - - genindex: $(OBJS) -- $(CXX) $(CXXFLAGS) $^ -o $@ -+ $(CXX) $(CXXFLAGS) $(LDFLAGS) $^ -o $@ - - rmstream: rmstream.o thread.o ringbuffer.o pes.o - $(CXX) $(CXXFLAGS) $^ -o $@