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-firewall/itval/files: itval-1.1-gcc44.patch
Date: Thu, 09 Jul 2009 15:54:37
Message-Id: E1MOvxD-0000Fj-7Y@stork.gentoo.org
1 pva 09/07/09 15:54:35
2
3 Added: itval-1.1-gcc44.patch
4 Log:
5 Fixed suspect flex/bison dependencies, bug #221337 and #221603 thank Diego E. 'Flameeyes' Pettenò for report. Fix build with gcc-4.4, bug #273900 thank Victor Ostorga for the patch.
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 net-firewall/itval/files/itval-1.1-gcc44.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/itval/files/itval-1.1-gcc44.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/itval/files/itval-1.1-gcc44.patch?rev=1.1&content-type=text/plain
13
14 Index: itval-1.1-gcc44.patch
15 ===================================================================
16 diff -NrU5 ITVal-1.0.orig/FDDL/mdd.h ITVal-1.0/FDDL/mdd.h
17 --- ITVal-1.0.orig/FDDL/mdd.h 2009-06-13 14:21:51.000000000 -0600
18 +++ ITVal-1.0/FDDL/mdd.h 2009-06-13 14:25:07.000000000 -0600
19 @@ -29,10 +29,11 @@
20 //#define BRIEF_DEBUG
21
22 #ifndef FDDL_MDD_H
23 # define FDDL_MDD_H 1
24
25 +# include <cstdio>
26 # include <iostream>
27 # include <assert.h>
28
29 # include <FDDL/mddtypes.h>
30 # include <FDDL/caches.h>
31 diff -NrU5 ITVal-1.0.orig/src/structures.h ITVal-1.0/src/structures.h
32 --- ITVal-1.0.orig/src/structures.h 2009-06-13 14:21:51.000000000 -0600
33 +++ ITVal-1.0/src/structures.h 2009-06-13 14:32:40.000000000 -0600
34 @@ -28,10 +28,11 @@
35
36 #ifndef __STRUCTURES_H
37 #define __STRUCTURES_H
38
39 #include <stdlib.h>
40 +#include <cstdio>
41
42 //Linked list of IP addresses
43 class address
44 {
45 public: