diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-01-05 16:28:45 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-01-05 16:28:54 +0100 |
commit | 8fac046e9cd54f59b4d27bc9bdd74d1c935eccd0 (patch) | |
tree | 9aff6b33056ffed18803248d63c4e6a49ab92141 | |
parent | dev-libs/libdnsres: EAPI=7 (diff) | |
download | gentoo-8fac046e9cd54f59b4d27bc9bdd74d1c935eccd0.tar.gz gentoo-8fac046e9cd54f59b4d27bc9bdd74d1c935eccd0.tar.bz2 gentoo-8fac046e9cd54f59b4d27bc9bdd74d1c935eccd0.zip |
dev-libs/libdnsres: Clean up patch
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
-rw-r--r-- | dev-libs/libdnsres/files/libdnsres-0.1a-autotools.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-libs/libdnsres/files/libdnsres-0.1a-autotools.patch b/dev-libs/libdnsres/files/libdnsres-0.1a-autotools.patch index 3e2466af57f7..9f544ca898c6 100644 --- a/dev-libs/libdnsres/files/libdnsres-0.1a-autotools.patch +++ b/dev-libs/libdnsres/files/libdnsres-0.1a-autotools.patch @@ -1,7 +1,5 @@ -Index: libdnsres-0.1a/Makefile.am -=================================================================== ---- libdnsres-0.1a.orig/Makefile.am -+++ libdnsres-0.1a/Makefile.am +--- a/Makefile.am ++++ b/Makefile.am @@ -10,12 +10,12 @@ libdnsres_la_SOURCES = res_comp.c res_de res_data.c res_init.c res_query.c res_send.c resolv.h dnsres.h \ gethostnamadr.c getaddrinfo.c getservbyname.c getservent.c base64.c \ |