aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/torrent-file-editor/files
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2017-05-31 19:25:55 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2017-05-31 19:25:55 +0000
commit9f4e7930a32dedec9f7269d9d843c2b5469335fd (patch)
tree4e863fb60223016defafe84583147275f9d47689 /net-p2p/torrent-file-editor/files
parentbf7d5a9efedbee40a5235120777c48e984470f38 (diff)
downloadports-9f4e7930a32dedec9f7269d9d843c2b5469335fd.tar.gz
ports-9f4e7930a32dedec9f7269d9d843c2b5469335fd.zip
Notes
Diffstat (limited to 'net-p2p/torrent-file-editor/files')
-rw-r--r--net-p2p/torrent-file-editor/files/patch-CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/torrent-file-editor/files/patch-CMakeLists.txt b/net-p2p/torrent-file-editor/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..6f23f3f190fb
--- /dev/null
+++ b/net-p2p/torrent-file-editor/files/patch-CMakeLists.txt
@@ -0,0 +1,10 @@
+--- CMakeLists.txt.orig 2017-04-17 14:19:04 UTC
++++ CMakeLists.txt
+@@ -73,6 +73,7 @@ if(QT5_BUILD)
+ else()
+ find_package(Qt4 REQUIRED)
+ find_package(QJSON 0.8.0 REQUIRED)
++ include_directories(${QJSON_INCLUDE_DIR})
+ include(${QT_USE_FILE})
+ endif()
+