diff options
Diffstat (limited to 'net/libtorrent/files/patch-ltmain.sh')
-rw-r--r-- | net/libtorrent/files/patch-ltmain.sh | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net/libtorrent/files/patch-ltmain.sh b/net/libtorrent/files/patch-ltmain.sh deleted file mode 100644 index 718b8c0aa1fa..000000000000 --- a/net/libtorrent/files/patch-ltmain.sh +++ /dev/null @@ -1,23 +0,0 @@ ---- ltmain.sh.orig -+++ ltmain.sh -@@ -976,6 +976,7 @@ - ;; - - -avoid-version) -+ build_old_libs=no - avoid_version=yes - continue - ;; -@@ -4330,10 +4331,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" |