diff options
author | Peter Wagner <tripolar@gmx.at> | 2015-01-18 20:04:56 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2015-01-18 20:04:56 +0100 |
commit | 3d54534d69b87979aa25668aaef5ae37c31c9d96 (patch) | |
tree | fadbb188867b2dea8f273ea1f41b195abea85934 /net/rtorrent/patches | |
parent | d27eeb8bbf5ff6cb68d2c9ecac15c71bebecc138 (diff) |
rtorrent: update to git HEAD
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net/rtorrent/patches')
-rw-r--r-- | net/rtorrent/patches/100-fix-cross_compile.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rtorrent/patches/100-fix-cross_compile.patch b/net/rtorrent/patches/100-fix-cross_compile.patch index 203544ec3..a42135145 100644 --- a/net/rtorrent/patches/100-fix-cross_compile.patch +++ b/net/rtorrent/patches/100-fix-cross_compile.patch @@ -10,7 +10,7 @@ AC_PROG_LIBTOOL --- a/scripts/common.m4 +++ b/scripts/common.m4 -@@ -223,7 +223,7 @@ dnl Need to fix this so that it uses t +@@ -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) @@ -19,7 +19,7 @@ #include <execinfo.h> int main() { backtrace((void**)0, 0); backtrace_symbols((char**)0, 0); return 0;} ])], -@@ -238,7 +238,7 @@ AC_DEFUN([TORRENT_CHECK_EXECINFO], [ +@@ -168,7 +168,7 @@ AC_DEFUN([TORRENT_CHECK_EXECINFO], [ AC_DEFUN([TORRENT_CHECK_ALIGNED], [ AC_MSG_CHECKING(the byte alignment) |