summaryrefslogtreecommitdiffstats
path: root/patches/gnuplot-4.6.7
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2015-07-28 23:30:29 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-07-30 18:27:55 +0200
commit38bb8daff36475a0d9230b979cb5f095ef2c4b90 (patch)
tree82e24080620e2d399789baf8b788a02f22b5e41e /patches/gnuplot-4.6.7
parentefd0e7c502101b69fd8f9d0643419416f7930165 (diff)
downloadptxdist-38bb8daff36475a0d9230b979cb5f095ef2c4b90.tar.gz
ptxdist-38bb8daff36475a0d9230b979cb5f095ef2c4b90.tar.xz
gnuplot: update to 4.6.7
The patch for not building/installing the info pages was removed. According to comment in Makefile upstream does not build/install this by default anymore since 4.6.4. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/gnuplot-4.6.7')
-rw-r--r--patches/gnuplot-4.6.7/0001-Don-t-use-LDFLAGS-when-building-the-documentation-ge.patch30
-rw-r--r--patches/gnuplot-4.6.7/series4
2 files changed, 34 insertions, 0 deletions
diff --git a/patches/gnuplot-4.6.7/0001-Don-t-use-LDFLAGS-when-building-the-documentation-ge.patch b/patches/gnuplot-4.6.7/0001-Don-t-use-LDFLAGS-when-building-the-documentation-ge.patch
new file mode 100644
index 000000000..764411d22
--- /dev/null
+++ b/patches/gnuplot-4.6.7/0001-Don-t-use-LDFLAGS-when-building-the-documentation-ge.patch
@@ -0,0 +1,30 @@
+From: Bernhard Walle <bernhard@bwalle.de>
+Date: Sun, 22 Jan 2012 00:03:59 +0100
+Subject: [PATCH] Don't use LDFLAGS when building the documentation generator
+
+The documentation generator is a tool running on the build machine.
+Therefore the LDFLAGS computed for the cross compiler may not work, such
+as the "-Wl,-rpath-link" flag which is not understood by the Darwin
+linker.
+
+The doc2gih is simple and doesn't require an external library. So we
+don't also need special LDFLAGS. Omit them.
+
+Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
+---
+ docs/Makefile.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/docs/Makefile.in b/docs/Makefile.in
+index 1552a3b76da1..d48dac68c590 100644
+--- a/docs/Makefile.in
++++ b/docs/Makefile.in
+@@ -85,7 +85,7 @@ LIBS = @LIBS@
+
+ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+ CCLD = $(CC)
+-LINK = $(CCLD) $(CFLAGS) $(LDFLAGS) -o $@
++LINK = $(CCLD) $(CFLAGS) -o $@
+
+ .c.o:
+ $(COMPILE) -c $<
diff --git a/patches/gnuplot-4.6.7/series b/patches/gnuplot-4.6.7/series
new file mode 100644
index 000000000..fb98f2d0f
--- /dev/null
+++ b/patches/gnuplot-4.6.7/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-Don-t-use-LDFLAGS-when-building-the-documentation-ge.patch
+# e1be0237a784ae87b7f45927269e59ad - git-ptx-patches magic