summaryrefslogtreecommitdiffstats
path: root/rules/gnuplot.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-02-15 21:22:30 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-02-15 21:22:30 +0000
commit3d8c7b121c42c0a3717f4b098cd56260718323fe (patch)
treecb71cd4a69fea148e0ad376344c992563d49163a /rules/gnuplot.make
parent52e287fe111f7ac4ceab98709bd6e006da7143ed (diff)
downloadptxdist-3d8c7b121c42c0a3717f4b098cd56260718323fe.tar.gz
ptxdist-3d8c7b121c42c0a3717f4b098cd56260718323fe.tar.xz
* gnuplot: update to 4.2.2
* gnuplot: add patch for CC_FOR_BUILD git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7778 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gnuplot.make')
-rw-r--r--rules/gnuplot.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/gnuplot.make b/rules/gnuplot.make
index 9d1dbc879..f8651aa51 100644
--- a/rules/gnuplot.make
+++ b/rules/gnuplot.make
@@ -2,7 +2,7 @@
# $Id$
#
# Copyright (C) 2004 by Robert Schwebel
-#
+#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
@@ -17,7 +17,7 @@ PACKAGES-$(PTXCONF_GNUPLOT) += gnuplot
#
# Paths and names
#
-GNUPLOT_VERSION := 4.2.0
+GNUPLOT_VERSION := 4.2.2
GNUPLOT := gnuplot-$(GNUPLOT_VERSION)
GNUPLOT_SUFFIX := tar.gz
GNUPLOT_URL := $(PTXCONF_SETUP_SFMIRROR)/gnuplot/$(GNUPLOT).$(GNUPLOT_SUFFIX)