1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/mbone/mcl/files/patch-flute.h
Pav Lucistnik c5093c3118 - Update to 2.99.1
Changes in software:
- vendor's bugfixes
- new FLUTE support
- new dependencies in gdome-2 and glib20
- properly install the shared library and headers
- replace -pthread with $PTHREAD_LIBS
- fix compilation warnings due to C++ headers in -current

PR:		ports/61068
Submitted by:	Panagiotis Astithas <past@noc.ntua.gr> (maintainer)
2004-01-09 00:12:51 +00:00

14 lines
277 B
C

--- flute/flute.h.orig Wed Jan 7 11:13:20 2004
+++ flute/flute.h Wed Jan 7 11:15:28 2004
@@ -69,6 +69,10 @@
#elif defined(SOLARIS) || defined(IRIX) || defined(WIN32)
#define sighandler_t void (*)(int)
+
+#elif defined(FREEBSD)
+#define sighandler_t sig_t
+
#endif