Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 254359 Details for
Bug 345423
sci-chemistry/avogadro-1.0.1 fails to emerge after openbabel upgrade to 2.3.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
avogadro-1.0.1-sip-4.11.patch
avogadro-1.0.1-sip-4.11.patch (text/plain), 671 bytes, created by
Onteria
on 2010-11-14 23:57:05 UTC
(
hide
)
Description:
avogadro-1.0.1-sip-4.11.patch
Filename:
MIME Type:
Creator:
Onteria
Created:
2010-11-14 23:57:05 UTC
Size:
671 bytes
patch
obsolete
>--- libavogadro/src/python/sip.cpp.old 2010-11-14 14:55:44.928487067 -0800 >+++ libavogadro/src/python/sip.cpp 2010-11-14 15:37:31.589487066 -0800 >@@ -198,13 +198,19 @@ > #endif > > // reinterpret to sipWrapper >+#if SIP_API_MAJOR_NR >= 8 >+ sipSimpleWrapper *wrapper = reinterpret_cast<sipSimpleWrapper*>(obj_ptr); >+ return wrapper->data; >+#else >+ > #ifdef SIP_4_8 > sipSimpleWrapper *wrapper = reinterpret_cast<sipSimpleWrapper*>(obj_ptr); > #else > sipWrapper *wrapper = reinterpret_cast<sipWrapper*>(obj_ptr); >+ // return the C++ pointer > #endif >- // return the C++ pointer > return wrapper->u.cppPtr; >+#endif > } > > QClass_converters()
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 345423
: 254359