mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- Fix build with rrdtool 1.3
PR: 126852 Submitted by: Vincent Hoffman <vince at unsane dot co dot uk> Approved by: Mohacsi Janos <mohacsi at niif dot hu> (maintainer)
This commit is contained in:
parent
924ae196d6
commit
f43330fdd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219674
11
net-mgmt/nfsen/files/patch-libexec-NfSenRRD.pm
Normal file
11
net-mgmt/nfsen/files/patch-libexec-NfSenRRD.pm
Normal file
@ -0,0 +1,11 @@
|
||||
--- libexec/NfSenRRD.pm.orig 2008-08-05 10:49:34.000000000 +0100
|
||||
+++ libexec/NfSenRRD.pm 2008-08-05 10:50:13.000000000 +0100
|
||||
@@ -73,7 +73,7 @@
|
||||
if ( $rrd_version < 1.1 ) { # it's RRD 1.0.x
|
||||
$RRDoffset = 77;
|
||||
}
|
||||
- if ( $rrd_version >= 1.2 && $rrd_version < 1.3 ) {
|
||||
+ if ( $rrd_version >= 1.2 && $rrd_version < 1.4 ) {
|
||||
$RRDoffset = 67;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user