pkgsrc-wip/icecast/patches/patch-aa
pancake ;) 3aa539cdd5 Initial import of icecast
*************
This package must replace the original audio/icecast, because, the other
one doesn't works. I add some patches to make it more secure and allow
new features.
*************


Icecast is an Internet based broadcasting system based on the Mpeg
Layer III streaming technology. It is, however, not limited to
streaming mp3 files.  It was originally inspired by Nullsoft's
Shoutcast and also mp3serv by Scott Man ley.

This version implements two security fixes ( >= patches/patch-af )
written by <pancake AT phreaker DOT net>. For more information
please visit: http://pancake.host.sk/altres/src/
2004-01-02 19:38:06 +00:00

20 lines
329 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2004/01/02 19:38:06 poppnk Exp $
--- src/definitions.h.orig Tue Nov 21 02:26:07 2000
+++ src/definitions.h
@@ -31,6 +31,7 @@
# define __USE_BSD
#endif
+#ifndef __NetBSD__
#ifndef __EXTENSIONS__
# define __EXTENSIONS__
#endif
@@ -62,6 +63,7 @@
# endif
#endif
+#endif /* __NetBSD__ */