diff options
Diffstat (limited to 'net/kdenetwork4')
-rw-r--r-- | net/kdenetwork4/files/patch-kget__transfer-plugins__bittorrent__CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/kdenetwork4/files/patch-kget__transfer-plugins__bittorrent__CMakeLists.txt b/net/kdenetwork4/files/patch-kget__transfer-plugins__bittorrent__CMakeLists.txt new file mode 100644 index 000000000000..70aa2ce3ec6a --- /dev/null +++ b/net/kdenetwork4/files/patch-kget__transfer-plugins__bittorrent__CMakeLists.txt @@ -0,0 +1,10 @@ +--- ./kget/transfer-plugins/bittorrent/CMakeLists.txt.orig 2010-05-17 00:04:17.000000000 +0400 ++++ ./kget/transfer-plugins/bittorrent/CMakeLists.txt 2010-09-03 23:11:25.423061403 +0400 +@@ -1,6 +1,6 @@ + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}") + +-include_directories( ++include_directories(BEFORE + ../../ + ${LIBKTORRENT_INCLUDE_DIR} + ) |