summaryrefslogtreecommitdiff
path: root/mbone/mcl/files/patch-flute.h
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-09 00:12:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-09 00:12:51 +0000
commitc5093c311822dddb35bd60fe94d1dd3d8ed8e08a (patch)
treee9faa9eee05cf29e7edaae3d150925d0275a9e9f /mbone/mcl/files/patch-flute.h
parent- Update to 2004.01.03 (diff)
- 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)
Notes
Notes: svn path=/head/; revision=97719
Diffstat (limited to 'mbone/mcl/files/patch-flute.h')
-rw-r--r--mbone/mcl/files/patch-flute.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/mbone/mcl/files/patch-flute.h b/mbone/mcl/files/patch-flute.h
new file mode 100644
index 000000000000..c38ad033f34c
--- /dev/null
+++ b/mbone/mcl/files/patch-flute.h
@@ -0,0 +1,13 @@
+--- 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
+
+