mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
gnuplot: Added package.
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>
This commit is contained in:
13
utils/gnuplot/patches/010-remove_doc_from_makefile.patch
Normal file
13
utils/gnuplot/patches/010-remove_doc_from_makefile.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
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 \
|
||||
Reference in New Issue
Block a user