Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/thc-ipv6/files/
Date: Sun, 24 Feb 2019 22:16:54
Message-Id: 1551046576.e775fd7cf91fd6733b6285c705c85cfd64ba4912.monsieurp@gentoo
1 commit: e775fd7cf91fd6733b6285c705c85cfd64ba4912
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 11 11:23:47 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 24 22:16:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e775fd7c
7
8 net-analyzer/thc-ipv6: remove unused patch.
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 net-analyzer/thc-ipv6/files/thc-ipv6-3.0-Makefile.patch | 11 -----------
14 1 file changed, 11 deletions(-)
15
16 diff --git a/net-analyzer/thc-ipv6/files/thc-ipv6-3.0-Makefile.patch b/net-analyzer/thc-ipv6/files/thc-ipv6-3.0-Makefile.patch
17 deleted file mode 100644
18 index 43b72eeb906..00000000000
19 --- a/net-analyzer/thc-ipv6/files/thc-ipv6-3.0-Makefile.patch
20 +++ /dev/null
21 @@ -1,11 +0,0 @@
22 -diff -Nuar thc-ipv6-3.0.orig/Makefile thc-ipv6-3.0/Makefile
23 ---- thc-ipv6-3.0.orig/Makefile 2015-10-13 20:17:34.000000000 -0700
24 -+++ thc-ipv6-3.0/Makefile 2016-11-18 15:57:57.577946828 -0800
25 -@@ -19,5 +19,5 @@
26 - dnssecwalk: dnssecwalk.c
27 -- $(CC) $(CFLAGS) $(STATIC) -o $@ $^
28 -+ $(CC) $(CFLAGS) $(STATIC) -o $@ $^ $(LDFLAGS)
29 -
30 - dnsdict6: dnsdict6.c
31 -- $(CC) $(CFLAGS) $(STATIC) -o $@ $^ -lpthread -lresolv
32 -+ $(CC) $(CFLAGS) $(STATIC) -o $@ $^ $(LDFLAGS) -lpthread -lresolv