From af929819f9adfd95dd0e667ce1fc598c65d63a4c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Dec 2022 02:11:45 +0000 Subject: gentoo auto-resync : 28:12:2022 - 02:11:45 --- .../R/files/R-4.2.2-parallel-rmath-h-install.patch | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-lang/R/files/R-4.2.2-parallel-rmath-h-install.patch (limited to 'dev-lang/R/files') diff --git a/dev-lang/R/files/R-4.2.2-parallel-rmath-h-install.patch b/dev-lang/R/files/R-4.2.2-parallel-rmath-h-install.patch new file mode 100644 index 000000000000..756ec8ff5428 --- /dev/null +++ b/dev-lang/R/files/R-4.2.2-parallel-rmath-h-install.patch @@ -0,0 +1,23 @@ +From ee1428e77095e52a7396fa7b455f63b7c5b9495b Mon Sep 17 00:00:00 2001 +From: kalibera +Date: Tue, 27 Dec 2022 11:21:33 +0000 +Subject: [PATCH] Declare dependency to ensure include dir exists (PR#17743). + +git-svn-id: https://svn.r-project.org/R/trunk@83504 00db46b3-68df-0310-9c12-caf00c1e9a41 +--- + src/nmath/standalone/Makefile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/nmath/standalone/Makefile.in b/src/nmath/standalone/Makefile.in +index 68b45006155..946795a0439 100644 +--- a/src/nmath/standalone/Makefile.in ++++ b/src/nmath/standalone/Makefile.in +@@ -151,7 +151,7 @@ install-strip: installdirs install-header install-pc + fi + @!(test -f libRmath.a) || $(SHELL) $(top_srcdir)/tools/copy-if-change libRmath.a $(DESTDIR)$(libdir)/libRmath.a + +-install-header: ++install-header: installdirs + @(cd ../../include; $(MAKE) Rmath.h) + @WANT_R_FRAMEWORK_FALSE@ @$(SHELL) $(top_srcdir)/tools/copy-if-change ../../include/Rmath.h $(DESTDIR)$(includedir)/Rmath.h + @WANT_R_FRAMEWORK_TRUE@ @$(SHELL) $(top_srcdir)/tools/copy-if-change ../../include/Rmath.h $(R_FRAMEWORK_DIR)/Versions/$(FW_VERSION)/Resources/include/Rmath.h -- cgit v1.2.3