From 46f9130f23712ee27b53efd83d8115682f09b2ce Mon Sep 17 00:00:00 2001 From: hannes Date: Wed, 25 Jan 2017 21:41:45 +0100 Subject: [PATCH] Fixed patch for 2.12.2 --- texstudio-wtf_flags.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/texstudio-wtf_flags.patch b/texstudio-wtf_flags.patch index 3fcc5c2..85ddc4d 100644 --- a/texstudio-wtf_flags.patch +++ b/texstudio-wtf_flags.patch @@ -1,9 +1,9 @@ diff -up texstudio2.11.2/texstudio.pro.wtf texstudio2.11.2/texstudio.pro --- texstudio2.11.2/texstudio.pro.wtf 2016-12-08 10:17:52.533768367 -0600 +++ texstudio2.11.2/texstudio.pro 2016-12-08 10:32:54.422599376 -0600 -@@ -613,9 +613,9 @@ exists(./.hg2) | exists(./.hg) { +@@ -617,9 +623,9 @@ #QMAKE_CXXFLAGS_DEBUG += -Werror -Wall -Wextra -Winit-self -Wmain -Wmissing-include-dirs -Wtrigraphs -Wunused -Wunknown-pragmas -Wundef -Wpointer-arith -Wtype-limits -Wwrite-strings -Wclobbered -Wempty-body -Wsign-compare -Waddress -Wlogical-op -Winline - QMAKE_CXXFLAGS_DEBUG += -Wall -Wextra -Winit-self -Wmissing-include-dirs -Wtrigraphs -Wunused -Wunknown-pragmas -Wundef -Wpointer-arith -Wwrite-strings -Wempty-body -Wsign-compare -Waddress -Winline + QMAKE_CXXFLAGS_DEBUG += -Wall -Wextra -Winit-self -Wmissing-include-dirs -Wtrigraphs -Wunused -Wunknown-pragmas -Wundef -Wpointer-arith -Wwrite-strings -Wempty-body -Wsign-compare -Waddress -Winline -Wstrict-aliasing -!win32: QMAKE_LFLAGS += -rdynamic # option not supported by mingw -else {