diff options
Diffstat (limited to 'audio/xmms-crossfade/files/patch-ltmain.sh')
-rw-r--r-- | audio/xmms-crossfade/files/patch-ltmain.sh | 16 |
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" |