aboutsummaryrefslogtreecommitdiff
path: root/math/ess/files/patch-lisp_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/ess/files/patch-lisp_Makefile')
-rw-r--r--math/ess/files/patch-lisp_Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/ess/files/patch-lisp_Makefile b/math/ess/files/patch-lisp_Makefile
new file mode 100644
index 000000000000..71eec2028f99
--- /dev/null
+++ b/math/ess/files/patch-lisp_Makefile
@@ -0,0 +1,18 @@
+--- lisp/Makefile.orig 2025-01-10 12:11:57 UTC
++++ lisp/Makefile
+@@ -49,11 +49,11 @@ -include .dependencies
+ ##obsolete/%.elc: obsolete/%.el
+ ## $(COMPILE-SIMPLE) $<
+
+-JULIA-REPO=https://raw.githubusercontent.com/JuliaEditorSupport/julia-emacs/master
++#JULIA-REPO=https://raw.githubusercontent.com/JuliaEditorSupport/julia-emacs/master
+ ## Should happen before building ESS; definitely *NOT* after unpacking tarball :
+-$(JULIAS):
+- test -f ../etc/.IS.RELEASE || $(DOWNLOAD) $(JULIA-REPO)/julia-mode.el > julia-mode.el
+- test -f ../etc/.IS.RELEASE || $(DOWNLOAD) $(JULIA-REPO)/julia-mode-latexsubs.el > julia-mode-latexsubs.el
++#$(JULIAS):
++# test -f ../etc/.IS.RELEASE || $(DOWNLOAD) $(JULIA-REPO)/julia-mode.el > julia-mode.el
++# test -f ../etc/.IS.RELEASE || $(DOWNLOAD) $(JULIA-REPO)/julia-mode-latexsubs.el > julia-mode-latexsubs.el
+ julia-%.elc: julia-%.el
+ $(COMPILE-SIMPLE) $<
+