comparison src/gnuplot-1-fixes.patch @ 4191:851b9f4a6b1c

Disable space raise console gnuplot for windows (bug #48696)
author Tatsuro Matsuoka <tmacchant@yahoo.co.jp>
date Tue, 09 Aug 2016 13:03:07 +0900
parents 16b2ee1a1b5d
children 8f864b4ea93b
comparison
equal deleted inserted replaced
4190:0c9264cfa053 4191:851b9f4a6b1c
1 diff -ur gnuplot-5.0.4.orig/config/mingw/Makefile gnuplot-5.0.4/config/mingw/Makefile 1 diff -ur a/config/mingw/Makefile b/config/mingw/Makefile
2 --- gnuplot-5.0.4.orig/config/mingw/Makefile 2016-07-21 13:47:52.025061617 -0400 2 --- a/config/mingw/Makefile 2016-03-31 12:40:56.000000000 +0900
3 +++ gnuplot-5.0.4/config/mingw/Makefile 2016-07-21 13:48:27.859547002 -0400 3 +++ b/config/mingw/Makefile 2016-08-09 12:56:38.576941000 +0900
4 @@ -119,14 +119,14 @@ 4 @@ -119,14 +119,14 @@
5 # Requires libcaca version 0.99.beta15 or newer. A post-beta18 5 # Requires libcaca version 0.99.beta15 or newer. A post-beta18
6 # svn version is recommended since it contains an improved 6 # svn version is recommended since it contains an improved
7 # win32 backend. 7 # win32 backend.
8 -CACA=1 8 -CACA=1
16 -CERF=1 16 -CERF=1
17 +#CERF=1 17 +#CERF=1
18 18
19 # Below you can adapt paths according to your software setup: 19 # Below you can adapt paths according to your software setup:
20 20
21 @@ -155,7 +155,7 @@
22 DESTDIR = "$(PROGRAMFILES)/gnuplot"
23
24 # Do you want some special optimization / flags?
25 -#CFLAGS +=
26 +CFLAGS += -DDISABLE_SPACE_RAISES_CONSOLE
27 ifdef CLANG
28 CFLAGS += -fcolor-diagnostics -fansi-escape-codes
29 CFLAGS += -Wno-error=incompatible-ms-struct -Wno-ignored-attributes
21 @@ -171,8 +171,8 @@ 30 @@ -171,8 +171,8 @@
22 # http://go.microsoft.com/fwlink/?LinkId=154968 31 # http://go.microsoft.com/fwlink/?LinkId=154968
23 # We need to explicitly set the correct path here since we also need 32 # We need to explicitly set the correct path here since we also need
24 # adjust the include and library paths. 33 # adjust the include and library paths.
25 -HHWPATH = $(PROGRAMFILES32)/HTML\ Help\ Workshop/ 34 -HHWPATH = $(PROGRAMFILES32)/HTML\ Help\ Workshop/