diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-10-30 16:29:37 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-10-30 16:29:37 +0000 |
commit | 803ce4805875902dd4c96da4d8e5ecb09f453812 (patch) | |
tree | 3bd38dc94f4b974789035a6c3b9aef3babd64034 /audio/libcddb/files | |
parent | 74a9f6eff6cf18e8f33a31ef59b4bbdef0035123 (diff) | |
download | ports-803ce4805875902dd4c96da4d8e5ecb09f453812.tar.gz ports-803ce4805875902dd4c96da4d8e5ecb09f453812.zip |
Notes
Diffstat (limited to 'audio/libcddb/files')
-rw-r--r-- | audio/libcddb/files/patch-ltmain.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/libcddb/files/patch-ltmain.sh b/audio/libcddb/files/patch-ltmain.sh deleted file mode 100644 index 6fdc97edfdc5..000000000000 --- a/audio/libcddb/files/patch-ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Wed Jul 21 15:43:15 2004 -+++ ltmain.sh Wed Jul 21 15:43:45 2004 -@@ -5608,10 +5608,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - 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" |