summaryrefslogtreecommitdiff
path: root/net/xymon/patches/patch-build_rrd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/xymon/patches/patch-build_rrd.sh')
-rw-r--r--net/xymon/patches/patch-build_rrd.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/xymon/patches/patch-build_rrd.sh b/net/xymon/patches/patch-build_rrd.sh
new file mode 100644
index 00000000000..b13d6cfc4c5
--- /dev/null
+++ b/net/xymon/patches/patch-build_rrd.sh
@@ -0,0 +1,17 @@
+$NetBSD: patch-build_rrd.sh,v 1.1 2011/10/15 23:07:24 spz Exp $
+
+--- build/rrd.sh.orig 2011-03-08 17:20:28.000000000 +0000
++++ build/rrd.sh
+@@ -70,6 +70,12 @@
+ if test "$USERRRDLIB" != ""; then
+ RRDLIB="$USERRRDLIB"
+ fi
++ if test "$USERPNGLIB" != ""; then
++ PNGLIB="$USERPNGLIB"
++ fi
++ if test "$USERZLIB" != ""; then
++ ZLIB="$USERZLIB"
++ fi
+
+ if test -z "$RRDINC" -o -z "$RRDLIB"; then
+ echo "RRDtool include- or library-files not found. These are REQUIRED for Xymon"