dev-db/mysql-workbench: add 6.3.9, fixing bug 567226
[gentoo.git] / dev-db / mysql-workbench / files / mysql-workbench-6.2.5-wbcopytables.patch
1 --- a/plugins/migration/CMakeLists.txt.~1~      2015-02-25 09:08:47.000000000 +0100
2 +++ b/plugins/migration/CMakeLists.txt  2015-03-07 07:28:56.745378152 +0100
3 @@ -10,7 +10,8 @@
4  if (UNIX)
5    configure_file(wbcopytables.in wbcopytables)
6    install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/wbcopytables DESTINATION ${WB_INSTALL_BIN_DIR})
7 -  
8 +
9 +  SET(CMAKE_INSTALL_RPATH "${WB_INSTALL_LIB_DIR}")
10    add_executable(wbcopytables-bin
11        copytable/copytable.cpp
12        copytable/python_copy_data_source.cpp