Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/ldns/files: ldns-1.6.8-swig.patch
Date: Thu, 03 Mar 2011 04:46:54
Message-Id: 20110303044643.4A41C20057@flycatcher.gentoo.org
1 matsuu 11/03/03 04:46:43
2
3 Added: ldns-1.6.8-swig.patch
4 Log:
5 Fixed to work with swig-2.0.2, bug #356871.
6
7 (Portage version: 2.1.9.40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-libs/ldns/files/ldns-1.6.8-swig.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/files/ldns-1.6.8-swig.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/files/ldns-1.6.8-swig.patch?rev=1.1&content-type=text/plain
14
15 Index: ldns-1.6.8-swig.patch
16 ===================================================================
17 Index: trunk/contrib/python/ldns.i
18 ===================================================================
19 --- trunk/contrib/python/ldns.i (revision 3440)
20 +++ trunk/contrib/python/ldns.i (revision 3441)
21 @@ -113,13 +113,13 @@
22 %include <ldns/higher.h>
23 %include <ldns/host2str.h>
24 %include <ldns/host2wire.h>
25 -%include <ldns/net.h>//ruzne fce
26 +%include <ldns/net.h>
27 %include <ldns/packet.h>
28 %include <ldns/rdata.h>
29 %include <ldns/resolver.h>
30 %include <ldns/rr.h>
31 %include <ldns/str2host.h>
32 -%include <ldns/tsig.h> //potrebuje wire
33 +%include <ldns/tsig.h>
34 %include <ldns/update.h>
35 %include <ldns/wire2host.h>
36 %include <ldns/rr_functions.h>