diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-01-21 11:02:03 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-01-21 11:02:03 +0000 |
commit | 12271051a52af21baea59dc338b83e4c639f8817 (patch) | |
tree | c9a431fe49e3f7c2fdd0ac4961663a89e1a166cd /databases/sqlitestudio/files/patch-sqlitestudiocli_cli__config.h | |
parent | devel/etcd: no need for glob in CONFLICTS (diff) |
Add a few patches to fix the build with the upcoming Qt 5.5.1.
Several places were using QDataStream without including the proper headers.
These fixes are not enough: the ports needs to explicitly depend on more Qt
components, but we are still working on that and may end up creating a new,
smaller port out of devel/qt5-designer.
Notes
Notes:
svn path=/head/; revision=406847
Diffstat (limited to 'databases/sqlitestudio/files/patch-sqlitestudiocli_cli__config.h')
-rw-r--r-- | databases/sqlitestudio/files/patch-sqlitestudiocli_cli__config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/sqlitestudio/files/patch-sqlitestudiocli_cli__config.h b/databases/sqlitestudio/files/patch-sqlitestudiocli_cli__config.h new file mode 100644 index 000000000000..15f461e5ff4f --- /dev/null +++ b/databases/sqlitestudio/files/patch-sqlitestudiocli_cli__config.h @@ -0,0 +1,10 @@ +--- sqlitestudiocli/cli_config.h.orig 2016-01-21 10:44:03 UTC ++++ sqlitestudiocli/cli_config.h +@@ -2,6 +2,7 @@ + #define CLI_CONFIG_H + + #include "config_builder.h" ++#include <QDataStream> + + namespace CliResultsDisplay + { |