mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
a5820661bb
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>
19 lines
431 B
C
19 lines
431 B
C
--- 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
|