aboutsummaryrefslogtreecommitdiff
path: root/net/rtorrent/patches
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-07-21 11:35:46 -0700
committerRosen Penev <rosenp@gmail.com>2019-07-22 12:06:59 -0700
commit84c92f215d973f18ecb8d832dc8a244a6a7e3f89 (patch)
tree9a3665aa84cac9e7e6386832dff430219cea5f63 /net/rtorrent/patches
parent46dabcf89bf867a45ceb8ffecc25a7432439a0d7 (diff)
rtorrent: Update to 0.9.8
Switch to codeload. A lot simpler. Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/rtorrent/patches')
-rw-r--r--net/rtorrent/patches/100-fix-cross_compile.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/rtorrent/patches/100-fix-cross_compile.patch b/net/rtorrent/patches/100-fix-cross_compile.patch
deleted file mode 100644
index 50657df13..000000000
--- a/net/rtorrent/patches/100-fix-cross_compile.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/scripts/common.m4
-+++ b/scripts/common.m4
-@@ -153,7 +153,7 @@ dnl Need to fix this so that it uses t
- AC_DEFUN([TORRENT_CHECK_EXECINFO], [
- AC_MSG_CHECKING(for execinfo.h)
-
-- AC_RUN_IFELSE([AC_LANG_SOURCE([
-+ AC_LINK_IFELSE([AC_LANG_SOURCE([
- #include <execinfo.h>
- int main() { backtrace((void**)0, 0); backtrace_symbols((char**)0, 0); return 0;}
- ])],
-@@ -168,7 +168,7 @@ AC_DEFUN([TORRENT_CHECK_EXECINFO], [
- AC_DEFUN([TORRENT_CHECK_ALIGNED], [
- AC_MSG_CHECKING(the byte alignment)
-
-- AC_RUN_IFELSE([AC_LANG_SOURCE([
-+ AC_LINK_IFELSE([AC_LANG_SOURCE([
- #include <inttypes.h>
- int main() {
- char buf@<:@8@:>@ = { 0, 0, 0, 0, 1, 0, 0, 0 };