diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-02-11 12:23:47 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-02-24 23:16:16 +0100 |
commit | e775fd7cf91fd6733b6285c705c85cfd64ba4912 (patch) | |
tree | c222035f75f89c6a8081b085828ac4d88430efad /net-analyzer/thc-ipv6 | |
parent | dev-libs/libcxml: remove unused patch. (diff) | |
download | gentoo-e775fd7cf91fd6733b6285c705c85cfd64ba4912.tar.gz gentoo-e775fd7cf91fd6733b6285c705c85cfd64ba4912.tar.bz2 gentoo-e775fd7cf91fd6733b6285c705c85cfd64ba4912.zip |
net-analyzer/thc-ipv6: remove unused patch.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-analyzer/thc-ipv6')
-rw-r--r-- | net-analyzer/thc-ipv6/files/thc-ipv6-3.0-Makefile.patch | 11 |
1 files changed, 0 insertions, 11 deletions
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 deleted file mode 100644 index 43b72eeb9069..000000000000 --- a/net-analyzer/thc-ipv6/files/thc-ipv6-3.0-Makefile.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nuar thc-ipv6-3.0.orig/Makefile thc-ipv6-3.0/Makefile ---- thc-ipv6-3.0.orig/Makefile 2015-10-13 20:17:34.000000000 -0700 -+++ thc-ipv6-3.0/Makefile 2016-11-18 15:57:57.577946828 -0800 -@@ -19,5 +19,5 @@ - dnssecwalk: dnssecwalk.c -- $(CC) $(CFLAGS) $(STATIC) -o $@ $^ -+ $(CC) $(CFLAGS) $(STATIC) -o $@ $^ $(LDFLAGS) - - dnsdict6: dnsdict6.c -- $(CC) $(CFLAGS) $(STATIC) -o $@ $^ -lpthread -lresolv -+ $(CC) $(CFLAGS) $(STATIC) -o $@ $^ $(LDFLAGS) -lpthread -lresolv |