diff options
author | Sven Wegener <swegener@gentoo.org> | 2009-07-04 18:12:37 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2009-07-04 18:12:37 +0000 |
commit | 2d67f0758921cb06acf7af4617dc68af8f44e327 (patch) | |
tree | a5cd14760e2668959c34216134d547ae61e0e558 /net-dns/pdns-recursor/files | |
parent | Version bump, bug #274999 by Lars Wendler. (diff) | |
download | historical-2d67f0758921cb06acf7af4617dc68af8f44e327.tar.gz historical-2d67f0758921cb06acf7af4617dc68af8f44e327.tar.bz2 historical-2d67f0758921cb06acf7af4617dc68af8f44e327.zip |
Cleanup.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'net-dns/pdns-recursor/files')
-rw-r--r-- | net-dns/pdns-recursor/files/pdns-recursor-3.1.6-gcc-4.3.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-dns/pdns-recursor/files/pdns-recursor-3.1.6-gcc-4.3.patch b/net-dns/pdns-recursor/files/pdns-recursor-3.1.6-gcc-4.3.patch deleted file mode 100644 index f36db1503531..000000000000 --- a/net-dns/pdns-recursor/files/pdns-recursor-3.1.6-gcc-4.3.patch +++ /dev/null @@ -1,12 +0,0 @@ -gcc-4.3 no longer includes this by default. - ---- pdns-recursor-3.1.6/dns_random.cc -+++ pdns-recursor-3.1.6/dns_random.cc -@@ -1,6 +1,7 @@ - #include "aescpp.h" - #include <iostream> - #include <cstring> -+#include <limits> - #include <sys/types.h> - #include <unistd.h> - #include <sys/time.h> |