FreeBSD Bugzilla – Attachment 75461 Details for
Bug 108994
[MAINTAINER] devel/py-ode: fix gcc4x build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-ode.patch
py-ode.patch (text/plain), 833 bytes, created by
Dmitry Marakasov
on 2007-02-09 21:50:00 UTC
(
hide
)
Description:
py-ode.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2007-02-09 21:50:00 UTC
Size:
833 bytes
patch
obsolete
>diff -ruN py-ode.orig/Makefile py-ode/Makefile >--- py-ode.orig/Makefile Sat Feb 10 00:25:09 2007 >+++ py-ode/Makefile Sat Feb 10 00:24:29 2007 >@@ -26,5 +26,10 @@ > > post-patch: > @${REINPLACE_CMD} -e '/^#ODE_BASE/ s|.*|ODE_BASE="${X11BASE}"|' ${WRKSRC}/setup.py >+# gcc4x compatibility >+ @${REINPLACE_CMD} -e 's|((PyObject *\*)__pyx_v_sp) = |__pyx_v_sp = (struct __pyx_obj_3ode_SpaceBase*)|' ${WRKSRC}/ode_notrimesh.c >+ @${REINPLACE_CMD} -e 's|((PyObject *\*)__pyx_v_m) = |__pyx_v_m = (struct __pyx_obj_3ode_Mass*)|' ${WRKSRC}/ode_notrimesh.c >+ @${REINPLACE_CMD} -e 's|((PyObject *\*)__pyx_v_jg) = |__pyx_v_jg = (struct __pyx_obj_3ode_JointGroup*)|' ${WRKSRC}/ode_notrimesh.c >+ @${REINPLACE_CMD} -e 's|((PyObject *\*)__pyx_v_cont) = |__pyx_v_cont = (struct __pyx_obj_3ode_Contact*)|' ${WRKSRC}/ode_notrimesh.c > > .include <bsd.port.mk>
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 108994
: 75461