changeset 5510:188f45ec88b1

* src/gnuplot-1-fixes.patch: Add missing space character to mingw Makefile.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 18 Aug 2020 12:00:23 +0200
parents 9b74815e8337
children 337467229225
files src/gnuplot-1-fixes.patch
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gnuplot-1-fixes.patch	Wed Aug 12 07:33:57 2020 -0400
+++ b/src/gnuplot-1-fixes.patch	Tue Aug 18 12:00:23 2020 +0200
@@ -121,6 +121,16 @@
  ifdef MINGW64
  LDFLAGS2 += -L.
  endif
+@@ -609,7 +612,7 @@ $(TARGET): $(VERSIONING) $(OBJS) $(WINOBJS) wgplt_res.$(O) Makefile htmlhelp.lib
+ else
+ $(TARGET): $(VERSIONING) $(OBJS) $(WINOBJS) wgplt_res.$(O) Makefile
+ endif
+-	$(LDX) $(LDFLAGS) $(LDFLAGS2) -o $@ $(OBJS) $(WINOBJS) wgplt_res.$(O) $(LDLIBS)\
++	$(LDX) $(LDFLAGS) $(LDFLAGS2) -o $@ $(OBJS) $(WINOBJS) wgplt_res.$(O) $(LDLIBS) \
+ 	$(TERMLIBS) $(WX_LIBS) $(PANGOCAIRO_LIBS)
+ 
+ pgnuplot.exe: $(W)/pgnuplot.c version.$(O)
+
 diff -ur gnuplot-5.2.2.orig/src/command.c gnuplot-5.2.2/src/command.c
 --- gnuplot-5.2.2.orig/src/command.c	2018-03-25 07:03:19.367562832 -0400
 +++ gnuplot-5.2.2/src/command.c	2018-03-25 07:11:31.376521306 -0400