ports/databases/rrdtool/files/patch-examples_rrdcached_Makefile.in
Tatsuki Makino 64bcfa1862 databases/rrdtool: Fix build with PYTHON option on
- Add py-setuptools build dependency to PYTHON option (Build PYTHON bindings)
  to fix build when this option is used
- Add harfbuzz lib depends to GRAPH option (Enable the rrdtool graph command)
- Use configure helper for EXAMPLES option
- Define LICENSE_FILE

PR:		265203
Reported by:	Sigi <freebsd-bt@beatsnet.com>
MFH:		2023Q1 (build fixes)
2023-01-04 20:35:48 +00:00

11 lines
468 B
Text

--- examples/rrdcached/Makefile.in.orig 2022-03-14 14:29:40 UTC
+++ examples/rrdcached/Makefile.in
@@ -368,7 +368,7 @@ target_vendor = @target_vendor@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-examplesdir = $(pkgdatadir)/examples/rrdcached
+examplesdir = $(datadir)/examples/rrdtool/rrdcached
examples_SCRIPTS = rrdcached-size.pl
examples_DATA = RRDCached.pm
EXTRA_DIST = $(examples_DATA) $(examples_SCRIPTS)