summaryrefslogtreecommitdiff
path: root/audio/shout/files/patch-ab
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-15 04:04:29 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-15 04:04:29 +0000
commit8ad00b5c4a544d1f06a5ba77f024dee9169e42db (patch)
tree64693fa7d6d37175a7b82cb429356968357f0813 /audio/shout/files/patch-ab
parentUpdate to version 0.7.91. (diff)
Add shout, a program that sends mp3 streams to icecast/shoutcast servers.
Requested/prodded by: Kevin Bockman <kevin@puis.net> (now MAINTAINER)
Notes
Notes: svn path=/head/; revision=29606
Diffstat (limited to 'audio/shout/files/patch-ab')
-rw-r--r--audio/shout/files/patch-ab19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/shout/files/patch-ab b/audio/shout/files/patch-ab
new file mode 100644
index 000000000000..b9e2676d43db
--- /dev/null
+++ b/audio/shout/files/patch-ab
@@ -0,0 +1,19 @@
+--- util.c Thu Apr 20 03:31:50 2000
++++ util.c.new Wed Jun 14 15:42:24 2000
+@@ -18,8 +18,6 @@
+ #include <process.h>
+ #include <winbase.h>
+ #else /* *NIX */
+-#include <sys/socket.h>
+-#include <netinet/in.h>
+ #include <netdb.h>
+ #include <fcntl.h>
+ #include <sys/wait.h>
+@@ -29,7 +27,6 @@
+ #include <stdarg.h>
+ #include <time.h>
+ #include <errno.h>
+-#include <arpa/inet.h>
+ #include <sys/time.h>
+ #include <unistd.h>
+ #endif /* !win32 */