diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-07 21:17:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-11 12:55:24 +0200 |
commit | 6635b3481c9929de30b0fd289a9c9a056ba51476 (patch) | |
tree | 5fb25cffa5de3b143147582254b3d6c6fd356010 /package/rtorrent/patches | |
parent | 7543a2db56e2e1c02fb51af027bfc7f5ff0bd73e (diff) |
update to latest upstream version
Diffstat (limited to 'package/rtorrent/patches')
-rw-r--r-- | package/rtorrent/patches/patch-configure_ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/rtorrent/patches/patch-configure_ac b/package/rtorrent/patches/patch-configure_ac index 975e059cf..b0285c417 100644 --- a/package/rtorrent/patches/patch-configure_ac +++ b/package/rtorrent/patches/patch-configure_ac @@ -1,9 +1,9 @@ ---- rtorrent-0.9.2.orig/configure.ac 2012-04-20 08:55:30.000000000 +0200 -+++ rtorrent-0.9.2/configure.ac 2014-01-13 12:54:40.000000000 +0100 -@@ -4,7 +4,6 @@ AC_DEFINE(API_VERSION, 6, api version) +--- rtorrent-0.9.4.orig/configure.ac 2014-05-14 16:30:51.000000000 +0200 ++++ rtorrent-0.9.4/configure.ac 2014-06-06 15:23:03.000000000 +0200 +@@ -4,7 +4,6 @@ AC_DEFINE(API_VERSION, 8, api version) AM_INIT_AUTOMAKE - AM_CONFIG_HEADER(config.h) + AC_CONFIG_HEADERS(config.h) -AM_PATH_CPPUNIT(1.9.6) AC_PROG_CXX |