diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2016-12-01 12:23:33 +0000 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-12-02 09:19:08 +0100 |
commit | a7adfa9ec1d4dfac1fda9600a67b7596af501d32 (patch) | |
tree | 89f7ab62fe9585473a18e588c9f45ee5b90d30c7 /package/gnuplot/gnuplot.mk | |
parent | 6c8caf7eee6dd2eed8d117f62c00e4ff153702f9 (diff) | |
download | buildroot-a7adfa9ec1d4dfac1fda9600a67b7596af501d32.tar.gz buildroot-a7adfa9ec1d4dfac1fda9600a67b7596af501d32.zip |
gnuplot: bump version to 5.0.5
- 0001-configure-add-without-demo-option.patch adapted to new version.
- --without-lisp-files configure option removed: doesn't exist anymore.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gnuplot/gnuplot.mk')
-rw-r--r-- | package/gnuplot/gnuplot.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/gnuplot/gnuplot.mk b/package/gnuplot/gnuplot.mk index a9e12045ec..3e00eefef8 100644 --- a/package/gnuplot/gnuplot.mk +++ b/package/gnuplot/gnuplot.mk @@ -4,7 +4,7 @@ # ################################################################################ -GNUPLOT_VERSION = 4.6.6 +GNUPLOT_VERSION = 5.0.5 GNUPLOT_SITE = http://downloads.sourceforge.net/project/gnuplot/gnuplot/$(GNUPLOT_VERSION) GNUPLOT_LICENSE = gnuplot license (open source) GNUPLOT_LICENSE_FILES = Copyright @@ -19,7 +19,6 @@ GNUPLOT_CONF_OPTS = \ --disable-demo \ --without-row-help \ --disable-history-file \ - --without-lisp-files \ --disable-wxwidgets \ --without-lua \ --without-latex \ |