summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-02-20 20:46:58 +0000
committerSteve Price <steve@FreeBSD.org>2000-02-20 20:46:58 +0000
commitdb4fa4127248906c34e3255a9cf21e8fdf8d5ffd (patch)
treefa6323d9aaaa5fc6ba7dab4be46e0f067d332c17 /audio
parentFix compile-time errors on -current. (diff)
Remove the two i386 binaries and rebuild them from source so this port
packages on the Alpha.
Notes
Notes: svn path=/head/; revision=26051
Diffstat (limited to 'audio')
-rw-r--r--audio/icecast/Makefile3
-rw-r--r--audio/icecast2/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile
index b0485d7dc03e..a990e301ccaf 100644
--- a/audio/icecast/Makefile
+++ b/audio/icecast/Makefile
@@ -20,6 +20,9 @@ CONFIGURE_ARGS= --with-libwrap
ALL_TARGET= all mkpasswd
+post-extract:
+ @( cd ${WRKSRC}; ${RM} -f shout/calibrate shout/stresstest )
+
post-configure:
@${MAKE} WRKSRC=${WRKSRC}/liveice do-configure
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile
index b0485d7dc03e..a990e301ccaf 100644
--- a/audio/icecast2/Makefile
+++ b/audio/icecast2/Makefile
@@ -20,6 +20,9 @@ CONFIGURE_ARGS= --with-libwrap
ALL_TARGET= all mkpasswd
+post-extract:
+ @( cd ${WRKSRC}; ${RM} -f shout/calibrate shout/stresstest )
+
post-configure:
@${MAKE} WRKSRC=${WRKSRC}/liveice do-configure