openbsd-ports/net/ices/patches/patch-src_definitions_h
sturm 4a80c3f4f4 Initial import of ices 0.3
Ices version 0 is a source client for streaming MP3 audio to Shoutcast,
Icecast v1 and v2 servers. Due to Perl being shipped on OpenBSD by
default, custom playlist handlers written in Perl are always supported
by this port.

from Moritz Grimm <gtgbr@gmx.net>, cleanup and patches from me

WWW: http://www.icecast.org/
2003-07-26 11:40:45 +00:00

15 lines
410 B
Plaintext

$OpenBSD: patch-src_definitions_h,v 1.1.1.1 2003/07/26 11:40:45 sturm Exp $
# breaks signals.h on sparc64
--- src/definitions.h.orig 2003-07-26 13:02:41.000000000 +0200
+++ src/definitions.h 2003-07-26 13:02:55.000000000 +0200
@@ -53,9 +53,6 @@
# define __USE_POSIX
#endif
-#ifndef _POSIX_C_SOURCE
-#define _POSIX_C_SOURCE 199506L
-#endif
/* This for freebsd (needed on 3.2 at least) */
#ifdef SOMEBSD