mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Rearrange include paths to fix build for some cases.
This commit is contained in:
parent
e76bdcd8fa
commit
b333841760
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260502
1 changed files with 10 additions and 0 deletions
|
@ -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}
|
||||
)
|
Loading…
Add table
Reference in a new issue