diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-08-21 02:52:01 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-08-21 02:52:01 +0000 |
commit | e0ff515ec78aa3f7caa47eba587446153f1e7ffc (patch) | |
tree | d05f0408138c38c0bdac3396bbc8c1a5b3fb8223 /audio/icecast/files/patch-src::sock.c | |
parent | Initial import of lire 1.1. (diff) |
- Fix detection of libreadline and bump PORTREVISION [1]
- Allow port to compile on -current
Submitted by: David Yeske <dyeske@yahoo.com> [1]
Reviewed by: maintainer
Diffstat (limited to 'audio/icecast/files/patch-src::sock.c')
-rw-r--r-- | audio/icecast/files/patch-src::sock.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/icecast/files/patch-src::sock.c b/audio/icecast/files/patch-src::sock.c new file mode 100644 index 000000000000..67c50425f9cb --- /dev/null +++ b/audio/icecast/files/patch-src::sock.c @@ -0,0 +1,18 @@ +--- src/sock.c.orig Mon Aug 5 20:57:27 2002 ++++ src/sock.c Mon Aug 5 20:57:48 2002 +@@ -19,6 +19,7 @@ + * + */ + ++#include <sys/types.h> + #ifdef HAVE_CONFIG_H + #ifdef _WIN32 + #include <win32config.h> +@@ -35,7 +36,6 @@ + + #include "definitions.h" + +-#include <sys/types.h> + #include <ctype.h> + + #ifdef HAVE_UNISTD_H |