summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2018-03-01 21:27:07 +0100
committerJeroen Roovers <jer@gentoo.org>2018-03-01 21:28:40 +0100
commit5929b40510064c231aed4811e4ac9c002291e71f (patch)
tree3e5378e5d5e95ba1ce95ac0f927496077ff05769 /net-dns/idnkit/files
parentdev-python/ebuildtester: Version bump to v0.1.7 (diff)
downloadgentoo-5929b40510064c231aed4811e4ac9c002291e71f.tar.gz
gentoo-5929b40510064c231aed4811e4ac9c002291e71f.tar.bz2
gentoo-5929b40510064c231aed4811e4ac9c002291e71f.zip
net-dns/idnkit: Version 2.3.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-dns/idnkit/files')
-rw-r--r--net-dns/idnkit/files/idnkit-2.3-log_h.patch38
1 files changed, 38 insertions, 0 deletions
diff --git a/net-dns/idnkit/files/idnkit-2.3-log_h.patch b/net-dns/idnkit/files/idnkit-2.3-log_h.patch
new file mode 100644
index 000000000000..975ea0b58dbf
--- /dev/null
+++ b/net-dns/idnkit/files/idnkit-2.3-log_h.patch
@@ -0,0 +1,38 @@
+net-dns/bind-tools uses idn/log.h
+
+--- a/include/Makefile.am
++++ b/include/Makefile.am
+@@ -1,6 +1,7 @@
+ nobase_include_HEADERS = \
+ idn/api.h \
+ idn/export.h \
++ idn/log.h \
+ idn/res.h \
+ idn/resconf.h \
+ idn/result.h
+@@ -22,7 +23,6 @@
+ idn/langlocalmap.h \
+ idn/localconverter.h \
+ idn/localencoding.h \
+- idn/log.h \
+ idn/logmacro.h \
+ idn/lowercasemap.h \
+ idn/maplist.h \
+--- a/include/Makefile.in
++++ b/include/Makefile.in
+@@ -226,6 +226,7 @@
+ nobase_include_HEADERS = \
+ idn/api.h \
+ idn/export.h \
++ idn/log.h \
+ idn/res.h \
+ idn/resconf.h \
+ idn/result.h
+@@ -247,7 +248,6 @@
+ idn/langlocalmap.h \
+ idn/localconverter.h \
+ idn/localencoding.h \
+- idn/log.h \
+ idn/logmacro.h \
+ idn/lowercasemap.h \
+ idn/maplist.h \