summaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent/files/patch-ltmain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/libtorrent/files/patch-ltmain.sh')
-rw-r--r--net-p2p/libtorrent/files/patch-ltmain.sh23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-p2p/libtorrent/files/patch-ltmain.sh b/net-p2p/libtorrent/files/patch-ltmain.sh
deleted file mode 100644
index 49b342d2555c..000000000000
--- a/net-p2p/libtorrent/files/patch-ltmain.sh
+++ /dev/null
@@ -1,23 +0,0 @@
---- ltmain.sh.orig Wed Jan 19 14:56:06 2005
-+++ ltmain.sh Wed Jan 19 15:34:55 2005
-@@ -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"