diff options
author | 2024-01-06 10:32:37 +0100 | |
---|---|---|
committer | 2024-01-07 01:19:31 +0100 | |
commit | 411c225a30fac9f99837d7d7175aba681f66e938 (patch) | |
tree | 43ef7a73f718c573984fae01667773e9dc129c0c /net-analyzer/rrdtool | |
parent | dev-ruby/websocket-driver: remove unused patch(es) (diff) | |
download | gentoo-411c225a30fac9f99837d7d7175aba681f66e938.tar.gz gentoo-411c225a30fac9f99837d7d7175aba681f66e938.tar.bz2 gentoo-411c225a30fac9f99837d7d7175aba681f66e938.zip |
net-analyzer/rrdtool: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34668
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-analyzer/rrdtool')
-rw-r--r-- | net-analyzer/rrdtool/files/rrdtool-1.4.9-disable-rrd_graph-perl.patch | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/net-analyzer/rrdtool/files/rrdtool-1.4.9-disable-rrd_graph-perl.patch b/net-analyzer/rrdtool/files/rrdtool-1.4.9-disable-rrd_graph-perl.patch deleted file mode 100644 index c68ca24a3e2f..000000000000 --- a/net-analyzer/rrdtool/files/rrdtool-1.4.9-disable-rrd_graph-perl.patch +++ /dev/null @@ -1,53 +0,0 @@ ---- a/bindings/perl-shared/RRDs.xs -+++ b/bindings/perl-shared/RRDs.xs -@@ -189,6 +189,7 @@ - OUTPUT: - RETVAL - -+#ifdef HAVE_RRD_GRAPH - SV * - rrd_graph(...) - PROTOTYPE: @ -@@ -235,6 +236,8 @@ - PUSHs(sv_2mortal(newSViv(xsize))); - PUSHs(sv_2mortal(newSViv(ysize))); - -+#endif /* HAVE_RRD_GRAPH */ -+ - SV * - rrd_fetch(...) - PROTOTYPE: @ -@@ -313,6 +316,7 @@ - PUSHs(sv_2mortal(newSVuv(start_tmp))); - PUSHs(sv_2mortal(newSVuv(end_tmp))); - -+#ifdef HAVE_RRD_GRAPH - int - rrd_xport(...) - PROTOTYPE: @ -@@ -371,6 +375,8 @@ - PUSHs(sv_2mortal(newRV_noinc((SV*)names))); - PUSHs(sv_2mortal(newRV_noinc((SV*)retar))); - -+#endif /* HAVE_RRD_GRAPH */ -+ - SV* - rrd_info(...) - PROTOTYPE: @ -@@ -397,6 +403,7 @@ - OUTPUT: - RETVAL - -+#ifdef HAVE_RRD_GRAPH - SV* - rrd_graphv(...) - PROTOTYPE: @ -@@ -410,6 +417,8 @@ - OUTPUT: - RETVAL - -+#endif /* HAVE_RRD_GRAPH */ -+ - int - rrd_dump(...) - PROTOTYPE: @ |