From b534e5079948c93c510fed6fd1b51f84ace48e48 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 6 Dec 2014 17:33:58 -0500 Subject: Initial import. --- debian/patches/fix_tcl_path.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/patches/fix_tcl_path.patch (limited to 'debian/patches/fix_tcl_path.patch') diff --git a/debian/patches/fix_tcl_path.patch b/debian/patches/fix_tcl_path.patch new file mode 100644 index 0000000..3928ac4 --- /dev/null +++ b/debian/patches/fix_tcl_path.patch @@ -0,0 +1,18 @@ +Description: Correct the tcl.h path to tcl/tcl.h. +Author: Unit 193 +Origin: vendor +Forwarded: yes +Bug: http://bugs.sqlitestudio.pl/?id=2679 +Last-Update: 2014-11-10 + +--- sqlitestudio-2.99.2.orig/Plugins/ScriptingTcl/scriptingtcl.h ++++ sqlitestudio-2.99.2/Plugins/ScriptingTcl/scriptingtcl.h +@@ -6,7 +6,7 @@ + #include "plugins/scriptingplugin.h" + #include "db/sqlquery.h" + #include +-#include ++#include + + class QMutex; + struct Tcl_Interp; -- cgit v1.2.3