FreeBSD Bugzilla – Attachment 207804 Details for
Bug 240817
graphics/py-python-poppler-qt5: Fix build on i386
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for build on i386
py36-python-poppler-qt5-0.74.0.diff (text/plain), 971 bytes, created by
Martin Neubauer
on 2019-09-25 14:25:58 UTC
(
hide
)
Description:
Fix for build on i386
Filename:
MIME Type:
Creator:
Martin Neubauer
Created:
2019-09-25 14:25:58 UTC
Size:
971 bytes
patch
obsolete
>Index: files/patch-types.sip >=================================================================== >--- files/patch-types.sip (nonexistent) >+++ files/patch-types.sip (working copy) >@@ -0,0 +1,18 @@ >+--- types.sip.orig 2019-09-18 15:22:50 UTC >++++ types.sip >+@@ -266,13 +266,13 @@ template <TYPE> >+ >+ if (sipPy == Py_None) >+ { >+- *sipCppPtr = new long(); >++ *sipCppPtr = new time_t(); >+ return 1; >+ } >+ >+ if (PyLong_Check(sipPy)) >+ { >+- *sipCppPtr = new long(PyLong_AsLong(sipPy)); >++ *sipCppPtr = new time_t(PyLong_AsLong(sipPy)); >+ return 1; >+ } >+ return 0; > >Property changes on: files/patch-types.sip >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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
Flags:
m.ne
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 240817
: 207804