diff options
Diffstat (limited to 'sci-visualization/gnuplot/files/gnuplot-4.6.1-eldoc.patch')
-rw-r--r-- | sci-visualization/gnuplot/files/gnuplot-4.6.1-eldoc.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sci-visualization/gnuplot/files/gnuplot-4.6.1-eldoc.patch b/sci-visualization/gnuplot/files/gnuplot-4.6.1-eldoc.patch new file mode 100644 index 000000000000..5306c057bcca --- /dev/null +++ b/sci-visualization/gnuplot/files/gnuplot-4.6.1-eldoc.patch @@ -0,0 +1,20 @@ +https://bugs.gentoo.org/459172 + +--- gnuplot-4.6.1-orig/docs/Makefile.in ++++ gnuplot-4.6.1/docs/Makefile.in +@@ -396,11 +396,11 @@ + gnuplot.texi $(srcdir)/gnuplot-eldoc.el $(srcdir)/gnuplot-eldoc.elc: $(srcdir)/doc2texi.el $(srcdir)/gnuplot.doc + @echo "Creating texinfo and eldoc strings file" + @if test "$(EMACS)" != no; then \ +- @test "$(top_srcdir)" = "$(top_builddir)" || echo "COPYING GNUPLOT.DOC" ; \ +- @test "$(top_srcdir)" = "$(top_builddir)" || cp $(srcdir)/gnuplot.doc . ; \ +- $(EMACS) -batch -l $(srcdir)/doc2texi.el -f d2t-doc-to-texi ; \ ++ test "$(top_srcdir)" = "$(top_builddir)" || echo "COPYING GNUPLOT.DOC" ; \ ++ test "$(top_srcdir)" = "$(top_builddir)" || cp $(srcdir)/gnuplot.doc . ; \ ++ $(EMACS) -batch -q -no-site-file -l $(srcdir)/doc2texi.el -f d2t-doc-to-texi ; \ + echo "Compiling gnuplot-eldoc.el" ; \ +- $(EMACS) -batch --eval='(byte-compile-file "gnuplot-eldoc.el")' ; \ ++ $(EMACS) -batch -q -no-site-file -f batch-byte-compile gnuplot-eldoc.el ; \ + else \ + echo "No emacs found - cannot create texinfo file" ; \ + fi |