opnsense-ports/databases/rrdtool/files/patch-bindings_Makefile.in
Franco Fichtner 7b1ed94b0c databases/rrdtool: sync with upstream
Taken from: FreeBSD
2023-01-10 19:21:44 +01:00

16 lines
651 B
Text

--- bindings/Makefile.in.orig 2022-03-14 14:29:39 UTC
+++ bindings/Makefile.in
@@ -727,11 +727,11 @@ all-local: @COMP_PERL@ @COMP_RUBY@ @COMP_PYTHON@
install-data-local:
$(AM_V_GEN)test -f ${builddir}/perl-piped/Makefile \
&& ( cd ${builddir}/perl-piped \
- && $(MAKE) install ) \
+ && $(MAKE) pure_install ) \
|| true
$(AM_V_GEN)test -f ${builddir}/perl-shared/Makefile \
&& ( cd ${builddir}/perl-shared \
- && $(MAKE) install ) \
+ && $(MAKE) pure_install ) \
|| true
$(AM_V_GEN)test -f ${builddir}/ruby/Makefile \
&& ( cd ${builddir}/ruby \