Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark/files: wireshark-1.0.4-zlib-build.patch
Date: Thu, 30 Oct 2008 05:40:45
Message-Id: E1KvQGx-0006Hw-AH@stork.gentoo.org
1 pva 08/10/30 05:40:43
2
3 Added: wireshark-1.0.4-zlib-build.patch
4 Log:
5 Build fails without zlib, this patch fixes it, bug #244931, thank emos696 AT hotmail.com for this work.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
7
8 Revision Changes Path
9 1.1 net-analyzer/wireshark/files/wireshark-1.0.4-zlib-build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/files/wireshark-1.0.4-zlib-build.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/files/wireshark-1.0.4-zlib-build.patch?rev=1.1&content-type=text/plain
13
14 Index: wireshark-1.0.4-zlib-build.patch
15 ===================================================================
16 http://anonsvn.wireshark.org/viewvc?view=rev&revision=26524
17
18 --- trunk-1.0/wiretap/file_access.c 2008/10/23 14:30:35 26523
19 +++ trunk-1.0/wiretap/file_access.c 2008/10/23 16:38:52 26524
20 @@ -978,6 +978,7 @@
21 static FILE *wtap_dump_file_fdopen(wtap_dumper *wdh _U_, int fd)
22 {
23 return fdopen(fd, "wb");
24 +}
25 #endif
26
27 /* internally writing raw bytes (compressed or not) */