summaryrefslogtreecommitdiff
path: root/dev-lang/R/files/R-3.4.1-parallel.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/R/files/R-3.4.1-parallel.patch')
-rw-r--r--dev-lang/R/files/R-3.4.1-parallel.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-lang/R/files/R-3.4.1-parallel.patch b/dev-lang/R/files/R-3.4.1-parallel.patch
deleted file mode 100644
index 6fac15b9ffb7..000000000000
--- a/dev-lang/R/files/R-3.4.1-parallel.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/include/Makefile.in 2017-07-05 23:09:09.682703655 +0000
-+++ b/src/include/Makefile.in 2017-07-05 23:06:56.533612308 +0000
-@@ -81,7 +81,7 @@
- Rmath.h0: $(srcdir)/Rmath.h0.in $(top_builddir)/config.status
- @cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
-
--install: installdirs install-intl-@USE_INCLUDED_LIBINTL@
-+install: $(OBJ_HEADERS) installdirs install-intl-@USE_INCLUDED_LIBINTL@
- @for d in $(SUBDIRS); do \
- (cd $${d} && $(MAKE) $@) || exit 1; \
- done