diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-03 20:42:33 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-03 20:42:33 +0000 |
commit | b333841760dc1e3bcd46d4c6604f76bf73a6a9b6 (patch) | |
tree | b243802166469aa03d9b625698c5a94f0cdf8fff /net/kdenetwork4 | |
parent | e76bdcd8fa8fac1cdd2885a0785005218140ac4d (diff) | |
download | ports-b333841760dc1e3bcd46d4c6604f76bf73a6a9b6.tar.gz ports-b333841760dc1e3bcd46d4c6604f76bf73a6a9b6.zip |
Rearrange include paths to fix build for some cases.
Notes
Notes:
svn path=/head/; revision=260502
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} + ) |