FreeBSD Bugzilla – Attachment 153308 Details for
Bug 197852
[MAINTAINER] devel/ChipmunkPhysics: update to 7.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pre-commit fixup
fixup.diff (text/plain), 1.23 KB, created by
Jan Beich
on 2015-02-22 08:57:18 UTC
(
hide
)
Description:
pre-commit fixup
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2015-02-22 08:57:18 UTC
Size:
1.23 KB
patch
obsolete
>diff --git devel/ChipmunkPhysics/files/patch-include_chipmunk_chipmunk.h devel/ChipmunkPhysics/files/patch-include_chipmunk_chipmunk.h >index 0d984ae..35758c9 100644 >--- devel/ChipmunkPhysics/files/patch-include_chipmunk_chipmunk.h >+++ devel/ChipmunkPhysics/files/patch-include_chipmunk_chipmunk.h >@@ -1,10 +1,11 @@ > --- include/chipmunk/chipmunk.h.orig 2015-01-13 01:54:11 UTC > +++ include/chipmunk/chipmunk.h >-@@ -32,6 +32,8 @@ >+@@ -32,6 +32,9 @@ > #ifdef WIN32 > // For alloca(). > #include <malloc.h> >-+#elif defined(__FreeBSD__) >++#elif defined(__DragonFly__) || defined(__FreeBSD__) \ >++ || defined(__NetBSD__) || defined(__OpenBSD__) \ > + /* already included in <stdlib.h> */ > #else > #include <alloca.h> >diff --git devel/ChipmunkPhysics/files/patch-src_cpHastySpace.c devel/ChipmunkPhysics/files/patch-src_cpHastySpace.c >new file mode 100644 >index 0000000..1a36bbe >--- /dev/null >+++ devel/ChipmunkPhysics/files/patch-src_cpHastySpace.c >@@ -0,0 +1,11 @@ >+--- src/cpHastySpace.c.orig 2015-01-13 01:54:11 UTC >++++ src/cpHastySpace.c >+@@ -5,7 +5,7 @@ >+ #include <stdio.h> >+ >+ #include <pthread.h> >+-//#include <sys/param.h > >++#include <sys/types.h> // for u_int in <sys/sysctl.h> >+ #include <sys/sysctl.h> >+ >+ #include "chipmunk/chipmunk_private.h"
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 197852
:
153221
|
153308
|
153349