diff options
Diffstat (limited to 'audio/shout/files/patch-configure')
-rw-r--r-- | audio/shout/files/patch-configure | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/shout/files/patch-configure b/audio/shout/files/patch-configure deleted file mode 100644 index e1cf22b5b7c3..000000000000 --- a/audio/shout/files/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig 2000-04-20 07:41:45 UTC -+++ configure -@@ -539,9 +539,9 @@ if test "x$enable_fsstd" = "xyes"; then - 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 - - |