summaryrefslogtreecommitdiff
path: root/dev-perl/Net-IP/files/initip-0.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-perl/Net-IP/files/initip-0.patch
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Net-IP/files/initip-0.patch')
-rw-r--r--dev-perl/Net-IP/files/initip-0.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-perl/Net-IP/files/initip-0.patch b/dev-perl/Net-IP/files/initip-0.patch
deleted file mode 100644
index 7f72638d0a9e..000000000000
--- a/dev-perl/Net-IP/files/initip-0.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naurp Net-IP-1.25.old/IP.pm Net-IP-1.25/IP.pm
---- Net-IP-1.25.old/IP.pm 2006-05-22 12:46:40.000000000 -0400
-+++ Net-IP-1.25/IP.pm 2007-03-30 16:50:48.000000000 -0400
-@@ -410,7 +410,7 @@ sub intip {
-
- my $int = ip_bintoint($self->binip());
-
-- if (!$int) {
-+ if (ref($int) ne "Math::BigInt") {
- $self->{error} = $ERROR;
- $self->{errno} = $ERRNO;
- return;