summaryrefslogtreecommitdiff
path: root/audio/xmms/files
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-07-03 19:37:30 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-07-03 19:37:30 +0000
commit7b55311cd2723cd90879130ed425249ce0f00d0f (patch)
treee0bddd97cbc2fe50befeb173593dd4a267e3be8d /audio/xmms/files
parentMake mikmod work with new version of libmikmod (diff)
Xmms: the X Multimedia System. XMMS is a multimedia player based on
the look of Winamp. Note: this port can be extended to include libmikmod support etc, but this is a good start and at least it plays mp3s. PR: 12498 Submitted by: Espen Skoglund <espensk@stud.cs.uit.no>
Notes
Notes: svn path=/head/; revision=19976
Diffstat (limited to 'audio/xmms/files')
-rw-r--r--audio/xmms/files/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/xmms/files/patch-ab b/audio/xmms/files/patch-ab
new file mode 100644
index 000000000000..50f43a52a8ab
--- /dev/null
+++ b/audio/xmms/files/patch-ab
@@ -0,0 +1,12 @@
+*** configure.orig Sat Jul 3 19:47:22 1999
+--- configure Sat Jul 3 19:46:47 1999
+***************
+*** 637,642 ****
+--- 637,643 ----
+ fi
+ fi
+ echo "$ac_t""$INSTALL" 1>&6
++ ac_cv_path_install="$INSTALL"
+
+ # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+ # It thinks the first close brace ends the variable substitution.