# HG changeset patch # User Markus Mützel # Date 1597744823 -7200 # Node ID 188f45ec88b1a213904c014655d14c5a590fbfbb # Parent 9b74815e83370b92157a66116a9ae60d20f5c7a0 * src/gnuplot-1-fixes.patch: Add missing space character to mingw Makefile. diff -r 9b74815e8337 -r 188f45ec88b1 src/gnuplot-1-fixes.patch --- 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