diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-22 15:50:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-22 15:50:06 +0000 |
commit | a5820661bb1fcb2b660a14d626d8456350aa45c7 (patch) | |
tree | c2fa18c06448f69efbfda39bc3c99d8dc69c1cc7 /science/mbdyn/files/patch-mbdyn__mbdyn.h | |
parent | - Update to 0.96 (diff) |
New port for mbdyn, which is a MultiBody Dynamics simulation software. It comes
with lots of libraries etc. There are two knobs which are in development at
the moment so I disabled them with an IGNORE message. They need some work and
maybe some testing.
PR: ports/81136
Submitted by: Kay Lehmann <kay_lehmann@web.de>
Notes
Notes:
svn path=/head/; revision=135874
Diffstat (limited to 'science/mbdyn/files/patch-mbdyn__mbdyn.h')
-rw-r--r-- | science/mbdyn/files/patch-mbdyn__mbdyn.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/science/mbdyn/files/patch-mbdyn__mbdyn.h b/science/mbdyn/files/patch-mbdyn__mbdyn.h new file mode 100644 index 000000000000..873e75856d04 --- /dev/null +++ b/science/mbdyn/files/patch-mbdyn__mbdyn.h @@ -0,0 +1,18 @@ +--- mbdyn/mbdyn.h.orig Thu Feb 10 11:51:26 2005 ++++ mbdyn/mbdyn.h Thu Feb 10 11:51:34 2005 +@@ -49,6 +49,7 @@ + typedef double Real; + + /* signal types */ ++#if !defined(__FreeBSD__) + #ifdef HAVE_SIGNAL + #ifndef HAVE___SIGHANDLER_T + #ifndef HAVE_SIGHANDLER_T +@@ -58,6 +59,7 @@ + #endif /* HAVE_SIGHANDLER_T */ + #endif /* !HAVE___SIGHANDLER_T */ + #endif /* HAVE_SIGNAL */ ++#endif + + /* sig_atomic_t */ + #ifndef HAVE_SIG_ATOMIC_T |