diff options
| author | 2014-12-14 14:42:28 -0500 | |
|---|---|---|
| committer | 2014-12-14 14:42:28 -0500 | |
| commit | 321f3cca4a97c6bc10edc3462f1c80c3ecf0e434 (patch) | |
| tree | 12cb34420779b1604cad4cd8be075d7021e04d1b /debian/patches/fix_tcl_path.patch | |
| parent | 475285cd8e1d8accc607e348821c3ec3d4001bab (diff) | |
Remove another patch fixed upstream.
Diffstat (limited to 'debian/patches/fix_tcl_path.patch')
| -rw-r--r-- | debian/patches/fix_tcl_path.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/fix_tcl_path.patch b/debian/patches/fix_tcl_path.patch deleted file mode 100644 index 3928ac4..0000000 --- a/debian/patches/fix_tcl_path.patch +++ /dev/null @@ -1,18 +0,0 @@ -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; |
