diff options
Diffstat (limited to 'net-p2p/rtorrent/files/rtorrent-0.9.0-gold.patch')
-rw-r--r-- | net-p2p/rtorrent/files/rtorrent-0.9.0-gold.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net-p2p/rtorrent/files/rtorrent-0.9.0-gold.patch b/net-p2p/rtorrent/files/rtorrent-0.9.0-gold.patch deleted file mode 100644 index aeec1941519f..000000000000 --- a/net-p2p/rtorrent/files/rtorrent-0.9.0-gold.patch +++ /dev/null @@ -1,32 +0,0 @@ - src/Makefile.am | 3 ++- - src/Makefile.in | 3 ++- - 2 files changed, 4 insertions(+), 2 deletions(-) - -diff --git a/src/Makefile.am b/src/Makefile.am -index 33ab889..ee9340e 100644 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -48,7 +48,8 @@ rtorrent_LDADD = \ - display/libsub_display.a \ - input/libsub_input.a \ - rpc/libsub_rpc.a \ -- utils/libsub_utils.a -+ utils/libsub_utils.a \ -+ @PTHREAD_LIBS@ - - rtorrent_SOURCES = \ - main.cc -diff --git a/src/Makefile.in b/src/Makefile.in -index 0eecb06..cf52bf5 100644 ---- a/src/Makefile.in -+++ b/src/Makefile.in -@@ -324,7 +324,8 @@ rtorrent_LDADD = \ - display/libsub_display.a \ - input/libsub_input.a \ - rpc/libsub_rpc.a \ -- utils/libsub_utils.a -+ utils/libsub_utils.a \ -+ @PTHREAD_LIBS@ - - rtorrent_SOURCES = \ - main.cc |