summaryrefslogtreecommitdiff
path: root/dev-db/mysql-workbench/files/mysql-workbench-6.2.5-wbcopytables.patch
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-02-21 11:38:11 +0100
committerHans de Graaff <graaff@gentoo.org>2021-02-21 11:38:28 +0100
commit1896841452356d6598b3c5ce21131ecd260790db (patch)
treeb74828369d1b663a8e5d0e0280c1704ba8657cda /dev-db/mysql-workbench/files/mysql-workbench-6.2.5-wbcopytables.patch
parent9fae47de24fff0aa1d99c536e4f0085470db0610 (diff)
downloadgentoo-1896841452356d6598b3c5ce21131ecd260790db.tar.gz
gentoo-1896841452356d6598b3c5ce21131ecd260790db.tar.bz2
gentoo-1896841452356d6598b3c5ce21131ecd260790db.zip
dev-db/mysql-workbench: re-import of 8.0.23
Add mysql-workbench back now that it is compatible with python 3. Bug: https://bugs.gentoo.org/715172 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-db/mysql-workbench/files/mysql-workbench-6.2.5-wbcopytables.patch')
-rw-r--r--dev-db/mysql-workbench/files/mysql-workbench-6.2.5-wbcopytables.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-db/mysql-workbench/files/mysql-workbench-6.2.5-wbcopytables.patch b/dev-db/mysql-workbench/files/mysql-workbench-6.2.5-wbcopytables.patch
new file mode 100644
index 000000000000..2d3d8db243f8
--- /dev/null
+++ b/dev-db/mysql-workbench/files/mysql-workbench-6.2.5-wbcopytables.patch
@@ -0,0 +1,12 @@
+--- a/plugins/migration/CMakeLists.txt.~1~ 2015-02-25 09:08:47.000000000 +0100
++++ b/plugins/migration/CMakeLists.txt 2015-03-07 07:28:56.745378152 +0100
+@@ -10,7 +10,8 @@
+ if (UNIX)
+ configure_file(wbcopytables.in wbcopytables)
+ install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/wbcopytables DESTINATION ${WB_INSTALL_BIN_DIR})
+-
++
++ SET(CMAKE_INSTALL_RPATH "${WB_INSTALL_LIB_DIR}")
+ add_executable(wbcopytables-bin
+ copytable/copytable.cpp
+ copytable/python_copy_data_source.cpp