diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2018-04-14 10:11:34 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2018-04-14 10:11:34 +0000 |
commit | 9de0af7c511c66013f938adf2de5cfbdea97869a (patch) | |
tree | 723723e46b53d5207913b81b2f35c0f5113578b8 | |
parent | 563630a2337133c0ee0ff9685008f389e8864ed4 (diff) |
Pre-emptively fix net-p2p/ktorrent for CMake 3.11
Some generated files have includes in a different order than in older
CMake versions, which show up missing typedefs / implicit includes.
Submitted by: antoine (via exp-run)
Approved by: tcberner (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=467305
-rw-r--r-- | net-p2p/ktorrent/files/patch-ktorrent_dialogs_torrentcreatordlg.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/ktorrent/files/patch-ktorrent_dialogs_torrentcreatordlg.h b/net-p2p/ktorrent/files/patch-ktorrent_dialogs_torrentcreatordlg.h new file mode 100644 index 000000000000..f0d2a9ec9c95 --- /dev/null +++ b/net-p2p/ktorrent/files/patch-ktorrent_dialogs_torrentcreatordlg.h @@ -0,0 +1,11 @@ +--- ktorrent/dialogs/torrentcreatordlg.h.orig 2017-08-31 11:21:19 UTC ++++ ktorrent/dialogs/torrentcreatordlg.h +@@ -23,6 +23,8 @@ + #define KT_TORRENTCREATORDLG_HH + + #include <QDialog> ++#include <QTimer> ++ + #include "ui_torrentcreatordlg.h" + #include <torrent/torrentcreator.h> + |