From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 150861382C5 for ; Mon, 29 Jun 2020 19:19:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FDA3E0880; Mon, 29 Jun 2020 19:19:46 +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 2231BE0880 for ; Mon, 29 Jun 2020 19:19:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 ECF1234F27A for ; Mon, 29 Jun 2020 19:19:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CFA5292 for ; Mon, 29 Jun 2020 19:19:39 +0000 (UTC) From: "Jörg Bornkessel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jörg Bornkessel" Message-ID: <1593458369.8699cbbeafa920fb35983a6f1a9a90a133162adf.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vdrtools-genindex/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vdrtools-genindex/files/ldflags.diff X-VCS-Directories: media-video/vdrtools-genindex/files/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Jörg Bornkessel X-VCS-Revision: 8699cbbeafa920fb35983a6f1a9a90a133162adf X-VCS-Branch: master Date: Mon, 29 Jun 2020 19:19:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 990ce5c1-4f29-4b2e-96f7-5528c59051f8 X-Archives-Hash: 7fa81598be99df05e2c2cc5bc06f5aee commit: 8699cbbeafa920fb35983a6f1a9a90a133162adf Author: Joerg Bornkessel gentoo org> AuthorDate: Mon Jun 29 19:18:39 2020 +0000 Commit: Jörg Bornkessel gentoo 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 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 $@