comparison src/gnuplot-1-fixes.patch @ 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 e2f8b7a140f7
children 5c4b89a8328d
comparison
equal deleted inserted replaced
5509:9b74815e8337 5510:188f45ec88b1
119 +#LDLIBS += -lhtmlhelp 119 +#LDLIBS += -lhtmlhelp
120 +#LDFLAGS2 += -L$(HHWPATH)lib 120 +#LDFLAGS2 += -L$(HHWPATH)lib
121 ifdef MINGW64 121 ifdef MINGW64
122 LDFLAGS2 += -L. 122 LDFLAGS2 += -L.
123 endif 123 endif
124 @@ -609,7 +612,7 @@ $(TARGET): $(VERSIONING) $(OBJS) $(WINOBJS) wgplt_res.$(O) Makefile htmlhelp.lib
125 else
126 $(TARGET): $(VERSIONING) $(OBJS) $(WINOBJS) wgplt_res.$(O) Makefile
127 endif
128 - $(LDX) $(LDFLAGS) $(LDFLAGS2) -o $@ $(OBJS) $(WINOBJS) wgplt_res.$(O) $(LDLIBS)\
129 + $(LDX) $(LDFLAGS) $(LDFLAGS2) -o $@ $(OBJS) $(WINOBJS) wgplt_res.$(O) $(LDLIBS) \
130 $(TERMLIBS) $(WX_LIBS) $(PANGOCAIRO_LIBS)
131
132 pgnuplot.exe: $(W)/pgnuplot.c version.$(O)
133
124 diff -ur gnuplot-5.2.2.orig/src/command.c gnuplot-5.2.2/src/command.c 134 diff -ur gnuplot-5.2.2.orig/src/command.c gnuplot-5.2.2/src/command.c
125 --- gnuplot-5.2.2.orig/src/command.c 2018-03-25 07:03:19.367562832 -0400 135 --- gnuplot-5.2.2.orig/src/command.c 2018-03-25 07:03:19.367562832 -0400
126 +++ gnuplot-5.2.2/src/command.c 2018-03-25 07:11:31.376521306 -0400 136 +++ gnuplot-5.2.2/src/command.c 2018-03-25 07:11:31.376521306 -0400
127 @@ -121,7 +121,7 @@ 137 @@ -121,7 +121,7 @@
128 # include "help.h" 138 # include "help.h"