diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-11-03 17:51:37 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-11-03 17:51:37 +0000 |
commit | 2835087ab810f8925f60679486572bdabc6ff6d8 (patch) | |
tree | 261670206060553f42434c5865d34c057083c6bc /net-p2p | |
parent | d845490589084b394cf87ff9231cdbd5410eab3e (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/distinfo | 1 | ||||
-rw-r--r-- | net-p2p/ktorrent/files/patch-CMakeLists.txt | 13 |
2 files changed, 13 insertions, 1 deletions
diff --git a/net-p2p/ktorrent/distinfo b/net-p2p/ktorrent/distinfo index bba344654b09..2ac025df143a 100644 --- a/net-p2p/ktorrent/distinfo +++ b/net-p2p/ktorrent/distinfo @@ -1,3 +1,2 @@ -MD5 (ktorrent-4.0.4.tar.bz2) = bbd5f1419d9ec1411f4191c871c57101 SHA256 (ktorrent-4.0.4.tar.bz2) = 4de04972e373716f89ea6d056faeda73b787b0112d5a805e82098830074b774f SIZE (ktorrent-4.0.4.tar.bz2) = 2816236 diff --git a/net-p2p/ktorrent/files/patch-CMakeLists.txt b/net-p2p/ktorrent/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..b12544c79444 --- /dev/null +++ b/net-p2p/ktorrent/files/patch-CMakeLists.txt @@ -0,0 +1,13 @@ +--- ./CMakeLists.txt.orig 2010-10-17 15:17:39.000000000 +0400 ++++ ./CMakeLists.txt 2010-10-31 20:48:36.040279705 +0300 +@@ -24,6 +24,10 @@ + + set (KTORRENT_DBUS_XML_DIR ${KTORRENT_SOURCE_DIR}/dbus_xml) + ++include_directories( BEFORE ++ ${LIBKTORRENT_INCLUDE_DIR} ++) ++ + include_directories( ${KDE4_INCLUDES} + ${KTORRENT_BINARY_DIR} + ${KTORRENT_BINARY_DIR}/libktcore |