# HG changeset patch # User Tatsuro Matsuoka # Date 1470715387 -32400 # Node ID 851b9f4a6b1cddcdd58c90513467720b9be40a2c # Parent 0c9264cfa05376954df5d339f365cf8c7db1e80e Disable space raise console gnuplot for windows (bug #48696) diff -r 0c9264cfa053 -r 851b9f4a6b1c src/gnuplot-1-fixes.patch --- a/src/gnuplot-1-fixes.patch Mon Aug 22 16:51:12 2016 -0400 +++ b/src/gnuplot-1-fixes.patch Tue Aug 09 13:03:07 2016 +0900 @@ -1,6 +1,6 @@ -diff -ur gnuplot-5.0.4.orig/config/mingw/Makefile gnuplot-5.0.4/config/mingw/Makefile ---- gnuplot-5.0.4.orig/config/mingw/Makefile 2016-07-21 13:47:52.025061617 -0400 -+++ gnuplot-5.0.4/config/mingw/Makefile 2016-07-21 13:48:27.859547002 -0400 +diff -ur a/config/mingw/Makefile b/config/mingw/Makefile +--- a/config/mingw/Makefile 2016-03-31 12:40:56.000000000 +0900 ++++ b/config/mingw/Makefile 2016-08-09 12:56:38.576941000 +0900 @@ -119,14 +119,14 @@ # Requires libcaca version 0.99.beta15 or newer. A post-beta18 # svn version is recommended since it contains an improved @@ -18,6 +18,15 @@ # Below you can adapt paths according to your software setup: +@@ -155,7 +155,7 @@ + DESTDIR = "$(PROGRAMFILES)/gnuplot" + + # Do you want some special optimization / flags? +-#CFLAGS += ++CFLAGS += -DDISABLE_SPACE_RAISES_CONSOLE + ifdef CLANG + CFLAGS += -fcolor-diagnostics -fansi-escape-codes + CFLAGS += -Wno-error=incompatible-ms-struct -Wno-ignored-attributes @@ -171,8 +171,8 @@ # http://go.microsoft.com/fwlink/?LinkId=154968 # We need to explicitly set the correct path here since we also need