aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-crossfade/files
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2003-04-25 20:37:53 +0000
committerPatrick Li <pat@FreeBSD.org>2003-04-25 20:37:53 +0000
commit7159e248bc20b5964ec9e4331f9ccf4b94bc634b (patch)
tree3e589d082478a20bf7223a678a45eabdb4ee52b1 /audio/xmms-crossfade/files
parent3fbb55148bb2f33732f675dd048f70b0fa8a5975 (diff)
downloadports-7159e248bc20b5964ec9e4331f9ccf4b94bc634b.tar.gz
ports-7159e248bc20b5964ec9e4331f9ccf4b94bc634b.zip
Notes
Diffstat (limited to 'audio/xmms-crossfade/files')
-rw-r--r--audio/xmms-crossfade/files/patch-ltmain.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/xmms-crossfade/files/patch-ltmain.sh b/audio/xmms-crossfade/files/patch-ltmain.sh
new file mode 100644
index 000000000000..3d6e7e4cf4c2
--- /dev/null
+++ b/audio/xmms-crossfade/files/patch-ltmain.sh
@@ -0,0 +1,16 @@
+--- ltmain.sh.orig Fri Apr 12 08:48:14 2002
++++ ltmain.sh Fri Apr 25 16:34:45 2003
+@@ -4224,11 +4224,13 @@
+ IFS="$save_ifs"
+ fi
+
++ if /usr/bin/false; then
+ # Install the pseudo-library for information purposes.
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"