diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-11-21 06:02:28 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-11-21 06:02:28 +0000 |
commit | bca0ddd7c724af60e05a4968cef223467db0b19a (patch) | |
tree | 072288316d0766b904a4af7cc15afae63694f005 /audio/icecast/patches/patch-ab | |
parent | 39db9bb39e5302c1a6773df8d129990304a45b2d (diff) | |
download | pkgsrc-bca0ddd7c724af60e05a4968cef223467db0b19a.tar.gz |
Add icecast-1.3.7:
Icecast is an Internet based broadcasting system based on the Mpeg
Layer III streaming technology. It is, however, not limited to
streaming mp3 files. It was originally inspired by Nullsoft's
Shoutcast and also mp3serv by Scott Man ley.
Diffstat (limited to 'audio/icecast/patches/patch-ab')
-rw-r--r-- | audio/icecast/patches/patch-ab | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/icecast/patches/patch-ab b/audio/icecast/patches/patch-ab new file mode 100644 index 00000000000..e550dbf19b0 --- /dev/null +++ b/audio/icecast/patches/patch-ab @@ -0,0 +1,25 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/11/21 06:02:28 hubertf Exp $ + +--- configure.orig Tue Nov 21 06:35:44 2000 ++++ configure +@@ -880,15 +880,15 @@ + ICECAST_BINDIR=${prefix}/bin + ICECAST_SBINDIR=${prefix}/bin + ICECAST_ETCDIR=conf +- ICECAST_ETCDIR_INST=${prefix}/conf ++ ICECAST_ETCDIR_INST=${prefix}/etc/icecast + ICECAST_SHAREDIR=${prefix} + ICECAST_LOGDIR=logs +- ICECAST_LOGDIR_INST=${prefix}/logs ++ ICECAST_LOGDIR_INST=/var/log/icecast + ICECAST_TEMPLATEDIR=templates +- ICECAST_TEMPLATEDIR_INST=${prefix}/templates ++ ICECAST_TEMPLATEDIR_INST=${prefix}/share/icecast/templates + ICECAST_STATICDIR=static +- ICECAST_STATICDIR_INST=${prefix}/static +- ICECAST_DOCDIR=${prefix}/doc ++ ICECAST_STATICDIR_INST=${prefix}/share/icecast/static ++ ICECAST_DOCDIR=${prefix}/share/doc/icecast + USE_FSSTD=no + fi + |