diff options
author | Peter Volkov <pva@gentoo.org> | 2009-07-09 15:54:35 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-07-09 15:54:35 +0000 |
commit | 7398e249e9bf1dbaf2e31745fd9915e5318edd4e (patch) | |
tree | d8dff3546d53a98541cb5b8830f4602f94af95e1 /net-firewall/itval/files | |
parent | --disable-chroot is now --without-chroot, bug #277001 thank Conrad Kostecki f... (diff) | |
download | historical-7398e249e9bf1dbaf2e31745fd9915e5318edd4e.tar.gz historical-7398e249e9bf1dbaf2e31745fd9915e5318edd4e.tar.bz2 historical-7398e249e9bf1dbaf2e31745fd9915e5318edd4e.zip |
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.
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'net-firewall/itval/files')
-rw-r--r-- | net-firewall/itval/files/itval-1.1-gcc44.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/net-firewall/itval/files/itval-1.1-gcc44.patch b/net-firewall/itval/files/itval-1.1-gcc44.patch new file mode 100644 index 000000000000..8f88613ecea8 --- /dev/null +++ b/net-firewall/itval/files/itval-1.1-gcc44.patch @@ -0,0 +1,30 @@ +diff -NrU5 ITVal-1.0.orig/FDDL/mdd.h ITVal-1.0/FDDL/mdd.h +--- ITVal-1.0.orig/FDDL/mdd.h 2009-06-13 14:21:51.000000000 -0600 ++++ ITVal-1.0/FDDL/mdd.h 2009-06-13 14:25:07.000000000 -0600 +@@ -29,10 +29,11 @@ + //#define BRIEF_DEBUG + + #ifndef FDDL_MDD_H + # define FDDL_MDD_H 1 + ++# include <cstdio> + # include <iostream> + # include <assert.h> + + # include <FDDL/mddtypes.h> + # include <FDDL/caches.h> +diff -NrU5 ITVal-1.0.orig/src/structures.h ITVal-1.0/src/structures.h +--- ITVal-1.0.orig/src/structures.h 2009-06-13 14:21:51.000000000 -0600 ++++ ITVal-1.0/src/structures.h 2009-06-13 14:32:40.000000000 -0600 +@@ -28,10 +28,11 @@ + + #ifndef __STRUCTURES_H + #define __STRUCTURES_H + + #include <stdlib.h> ++#include <cstdio> + + //Linked list of IP addresses + class address + { + public: |