diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-15 04:04:29 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-15 04:04:29 +0000 |
commit | 8ad00b5c4a544d1f06a5ba77f024dee9169e42db (patch) | |
tree | 64693fa7d6d37175a7b82cb429356968357f0813 /audio/shout/files/patch-ac | |
parent | Update 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-ac')
-rw-r--r-- | audio/shout/files/patch-ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/shout/files/patch-ac b/audio/shout/files/patch-ac new file mode 100644 index 000000000000..d4d24c0b9bee --- /dev/null +++ b/audio/shout/files/patch-ac @@ -0,0 +1,15 @@ +--- configure Thu Apr 20 03:41:45 2000 ++++ configure.new Wed Jun 14 19:34:23 2000 +@@ -539,9 +539,9 @@ + LOGDIR="/var/log/icecast" + else + echo "FSSTD DISABLED" +- BINDIR="${prefix}/icecast/bin" +- ETCDIR="${prefix}/icecast/etc" +- LOGDIR="${prefix}/icecast/log" ++ BINDIR="${prefix}/bin" ++ ETCDIR="${prefix}/etc/icecast" ++ LOGDIR="${prefix}/share/icecast/log" + fi + + |