diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-07-26 16:03:11 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-07-26 16:03:11 +0000 |
commit | cfc85b000ac8e1a11685025b56364ab548298e8d (patch) | |
tree | d5605cacc04343c5ee575afcbc2fc965355059ba /audio/tse3/files/patch-configure | |
parent | Really remove device stp. It has been deprecated since 8.0 and doesn't work (diff) |
Add tse3, a MIDI library.
PR: ports/59239
Submitted by: Mathew Kanner <mat@hak.cnd.mcgill.ca>
Notes
Notes:
svn path=/head/; revision=114784
Diffstat (limited to 'audio/tse3/files/patch-configure')
-rw-r--r-- | audio/tse3/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/tse3/files/patch-configure b/audio/tse3/files/patch-configure new file mode 100644 index 000000000000..7ac516dccdd4 --- /dev/null +++ b/audio/tse3/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Thu May 27 19:55:30 2004 ++++ configure Thu May 27 19:55:39 2004 +@@ -7820,6 +7820,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' |