summaryrefslogtreecommitdiff
path: root/dev-db/sqlitestudio/files/sqlitestudio-3.0.7-paths.patch
diff options
context:
space:
mode:
authorJan Chren <dev.rindeal@gmail.com>2016-03-19 19:41:10 +0100
committerPatrice Clement <monsieurp@gentoo.org>2016-03-19 22:47:15 +0000
commit803b02d956be4bb28d1a27465e86ab9a0ef09eef (patch)
tree67a4c93d766f831b1fd39dc96400771860810979 /dev-db/sqlitestudio/files/sqlitestudio-3.0.7-paths.patch
parentfd9a2b49784ee3b677f84a6a8fa4c2c1d3d5d97b (diff)
downloadgentoo-803b02d956be4bb28d1a27465e86ab9a0ef09eef.tar.gz
gentoo-803b02d956be4bb28d1a27465e86ab9a0ef09eef.tar.bz2
gentoo-803b02d956be4bb28d1a27465e86ab9a0ef09eef.zip
dev-db/sqlitestudio: new package
Closes: https://github.com/gentoo/gentoo/pull/1088
Diffstat (limited to 'dev-db/sqlitestudio/files/sqlitestudio-3.0.7-paths.patch')
-rw-r--r--dev-db/sqlitestudio/files/sqlitestudio-3.0.7-paths.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-db/sqlitestudio/files/sqlitestudio-3.0.7-paths.patch b/dev-db/sqlitestudio/files/sqlitestudio-3.0.7-paths.patch
new file mode 100644
index 000000000000..59d8c0f187aa
--- /dev/null
+++ b/dev-db/sqlitestudio/files/sqlitestudio-3.0.7-paths.patch
@@ -0,0 +1,22 @@
+--- a/Plugins/DbAndroid/DbAndroid.pro 2015-11-24 20:09:41.000000000 +0100
++++ a/Plugins/DbAndroid/DbAndroid.pro 2016-01-20 13:39:02.436869035 +0100
+@@ -6,7 +6,7 @@
+
+ QT += widgets network
+
+-include($$PWD/../../../sqlitestudio/SQLiteStudio3/plugins.pri)
++include($$PWD/../../SQLiteStudio3/plugins.pri)
+
+ TARGET = DbAndroid
+ TEMPLATE = lib
+--- a/Plugins/ScriptingTcl/ScriptingTcl.pro
++++ b/Plugins/ScriptingTcl/ScriptingTcl.pro
+@@ -35,7 +35,7 @@ linux: {
+
+ # Find tclConfig.sh
+ TCL_CONFIG_DIR = $$system(echo "puts [info library]" | tclsh)
+- TCL_CONFIG = $$TCL_CONFIG_DIR/tclConfig.sh
++ TCL_CONFIG = $$TCL_CONFIG_DIR/../tclConfig.sh
+ message("Looking for $$TCL_CONFIG")
+ !exists($$TCL_CONFIG) {
+ # Debian case