Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 357708 Details for
Bug 482156
dev-db/mysql-workbench-6.0.7 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix Oracle provided FindIODBC.cmake script to properly set include path
mysql-workbench-6.0.6-FindIODBC.patch (text/plain), 652 bytes, created by
H.Habighorst
on 2013-09-02 20:08:57 UTC
(
hide
)
Description:
Fix Oracle provided FindIODBC.cmake script to properly set include path
Filename:
MIME Type:
Creator:
H.Habighorst
Created:
2013-09-02 20:08:57 UTC
Size:
652 bytes
patch
obsolete
>--- mysql-workbench-community-6.0.6-src/build/cmake/Modules/FindIODBC.cmake 2013-08-09 17:32:52.000000000 +0200 >+++ mysql-workbench-community-6.0.6-src/build/cmake/Modules/FindIODBC.cmake 2013-09-02 08:58:36.364483349 +0200 >@@ -33,13 +33,13 @@ > set(IODBC_LIBRARIES "iodbcinst") > endif () > endif () >- set(IODBC_INCLUDE_DIRS "") >+ STRING(REGEX REPLACE "^-I" "" IODBC_INCLUDE_DIRS ${IODBC_DEFINITIONS}) > endif (IODBC_PATH) > > include(FindPackageHandleStandardArgs) > find_package_handle_standard_args(IODBC DEFAULT_MSG >- IODBC_PATH IODBC_LIBRARIES >- ) >+ IODBC_PATH IODBC_LIBRARIES IODBC_INCLUDE_DIRS >+) > > mark_as_advanced( > IODBC_LIB
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 482156
:
356992
|
356994
|
357008
|
357084
|
357124
|
357126
|
357128
|
357136
|
357558
|
357560
|
357582
|
357584
|
357588
|
357708
|
357710
|
357712
|
358252
|
358384
|
362884
|
362886
|
362888