About the patch: Gnuplot build process includes the compilation of some custom binaries which are subsequently used to generate help files/docs. Since those binaries are compiled for TARGET, this breaks the build on the HOST. The patch disables the generation of those binaries (and the documentation). Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
13 lines
525 B
Diff
13 lines
525 B
Diff
Index: gnuplot-5.2.8/Makefile.am
|
|
===================================================================
|
|
--- gnuplot-5.2.8.orig/Makefile.am
|
|
+++ gnuplot-5.2.8/Makefile.am
|
|
@@ -1,7 +1,7 @@
|
|
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
-SUBDIRS = config m4 term src docs man demo tutorial share
|
|
+SUBDIRS = config m4 term src man tutorial share
|
|
|
|
EXTRA_DIST = BUGS Copyright FAQ.pdf GNUmakefile INSTALL INSTALL.gnu \
|
|
Makefile.maint PATCHLEVEL PGPKEYS README RELEASE_NOTES \
|