diff options
| author | 2014-12-06 17:33:58 -0500 | |
|---|---|---|
| committer | 2014-12-06 17:33:58 -0500 | |
| commit | b534e5079948c93c510fed6fd1b51f84ace48e48 (patch) | |
| tree | 33cb18b9ffc5637e6a91a4e0b173c703ad2a0b08 /debian/patches/fix_tcl_path.patch | |
| parent | 7167ce41b61d2ba2cdb526777a4233eb84a3b66a (diff) | |
Initial import.
Diffstat (limited to 'debian/patches/fix_tcl_path.patch')
| -rw-r--r-- | debian/patches/fix_tcl_path.patch | 18 |
1 files changed, 18 insertions, 0 deletions
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 <unit193@ninthfloor.org> +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 <QCache> +-#include <tcl.h> ++#include <tcl/tcl.h> + + class QMutex; + struct Tcl_Interp; |
