diff options
author | kim <kim@pkgsrc.org> | 2004-04-24 18:08:13 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2004-04-24 18:08:13 +0000 |
commit | d3e0be8bb1694bc302d9cf3664eda1db66ae7cb0 (patch) | |
tree | 881203634d6b1d8c3bc730c193482da8fd9eb77f /audio/ices-mp3/patches | |
parent | 3864d4f7859389f660134e358751ad53feb3b6b0 (diff) | |
download | pkgsrc-d3e0be8bb1694bc302d9cf3664eda1db66ae7cb0.tar.gz |
IceS is a source client for a streaming server. The purpose of this
client is to provide an audio stream to a streaming server such that
one or more listeners can access the stream.
Diffstat (limited to 'audio/ices-mp3/patches')
-rw-r--r-- | audio/ices-mp3/patches/patch-aa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/ices-mp3/patches/patch-aa b/audio/ices-mp3/patches/patch-aa new file mode 100644 index 00000000000..0e45e455092 --- /dev/null +++ b/audio/ices-mp3/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/04/24 18:08:13 kim Exp $ + +--- src/definitions.h.orig 2003-06-19 18:17:27.000000000 -0400 ++++ src/definitions.h 2004-04-17 03:04:00.000000000 -0400 +@@ -53,9 +53,11 @@ + # define __USE_POSIX + #endif + ++#ifndef __NetBSD__ + #ifndef _POSIX_C_SOURCE + #define _POSIX_C_SOURCE 199506L + #endif ++#endif + + /* This for freebsd (needed on 3.2 at least) */ + #ifdef SOMEBSD |