Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 357128 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 ext/scintilla to reference GTK2_PANGOCAIRO_LIBRARY and to remove hardcoded CXX Flags
mysql-workbench-6.0.6-fix_scintilla.patch (text/plain), 759 bytes, created by
H.Habighorst
on 2013-08-26 21:10:28 UTC
(
hide
)
Description:
Fix ext/scintilla to reference GTK2_PANGOCAIRO_LIBRARY and to remove hardcoded CXX Flags
Filename:
MIME Type:
Creator:
H.Habighorst
Created:
2013-08-26 21:10:28 UTC
Size:
759 bytes
patch
obsolete
>--- mysql-workbench-community-6.0.6-src.orig/ext/scintilla/gtk/CMakeLists.txt 2013-08-09 17:32:50.000000000 +0200 >+++ mysql-workbench-community-6.0.6-src/ext/scintilla/gtk/CMakeLists.txt 2013-08-26 22:39:22.529898263 +0200 >@@ -1,4 +1,4 @@ >-add_definitions(-Wall -Wno-missing-braces -Wno-char-subscripts -pedantic -O0 -g3 -DGTK -DSCI_LEXER -DSCI_NAMESPACE) >+add_definitions(-Wall -Wno-missing-braces -Wno-char-subscripts -pedantic -DGTK -DSCI_LEXER -DSCI_NAMESPACE) > > include_directories(. > ../include >@@ -134,6 +134,6 @@ > ../lexers/LexYAML.cxx > ) > >-target_link_libraries(wbscintilla ${GTK2_LIBRARIES}) >+target_link_libraries(wbscintilla ${GTK2_LIBRARIES} ${GTK2_PANGOCAIRO_LIBRARY}) > > install(TARGETS wbscintilla DESTINATION ${WB_INSTALL_LIB_DIR})
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