diff options
author | arved <arved@FreeBSD.org> | 2004-04-08 05:45:33 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-04-08 05:45:33 +0800 |
commit | 4bef3458e3cf514000f055db950cf556d9ae5187 (patch) | |
tree | 07456f2db85ef95bb2e9c42a9a0bda856060e9f6 /audio/xmms-jack/files | |
parent | 66b7af4e61e8d991fe0a5822f7d44a31e45b43fb (diff) | |
download | freebsd-ports-gnome-4bef3458e3cf514000f055db950cf556d9ae5187.tar.gz freebsd-ports-gnome-4bef3458e3cf514000f055db950cf556d9ae5187.tar.zst freebsd-ports-gnome-4bef3458e3cf514000f055db950cf556d9ae5187.zip |
Add xmms-jack, a Output plugin for the JACK sound server
PR: 64287
Submitted by: David Yeske <dyeske@yahoo.com>
Diffstat (limited to 'audio/xmms-jack/files')
-rw-r--r-- | audio/xmms-jack/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/xmms-jack/files/patch-configure b/audio/xmms-jack/files/patch-configure new file mode 100644 index 000000000000..614f7a77b36c --- /dev/null +++ b/audio/xmms-jack/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Fri Jun 27 20:07:06 2003 ++++ configure Fri Jun 27 20:07:21 2003 +@@ -8169,6 +8169,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |