1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +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:
Dmitry Marakasov 2008-09-02 15:16:10 +00:00
parent 924ae196d6
commit f43330fdd5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219674

View 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;
}