diff options
Diffstat (limited to 'net-dns/idnkit/files/idnkit-2.3-log_h.patch')
-rw-r--r-- | net-dns/idnkit/files/idnkit-2.3-log_h.patch | 38 |
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 \ |