From 7b76c04b0e1751acf4103d4b7fa6d25c951cc66d Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 24 Nov 2002 06:42:43 +0000 Subject: Fix build on -current Submitted by: Miguel Mendez --- audio/icecast/files/patch-src::threads.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 audio/icecast/files/patch-src::threads.c (limited to 'audio/icecast') diff --git a/audio/icecast/files/patch-src::threads.c b/audio/icecast/files/patch-src::threads.c new file mode 100644 index 000000000000..9f97408f4cb3 --- /dev/null +++ b/audio/icecast/files/patch-src::threads.c @@ -0,0 +1,13 @@ +--- src/threads.c.old Mon Jul 31 14:52:19 2000 ++++ src/threads.c Mon Nov 18 12:19:41 2002 +@@ -39,7 +39,10 @@ + #include + #include + #include ++ ++#define __XSI_VISIBLE 1 + #include ++#undef __XSI_VISIBLE + + #ifdef HAVE_UNISTD_H + #include -- cgit v1.2.3