diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-11-12 19:09:03 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-11-12 19:22:48 +0100 |
commit | c29c0219c02010493d241113f8c9718eee6fc269 (patch) | |
tree | 65e8c287ee0f8dbb8d244e58edb3633d4ac0f1ca /recipes/wt/wt3 | |
parent | 58b64b531900ef438a2d4b90cc1c10550d30862b (diff) |
wt3: update to version 3.0.0
* spilt up with .inc-file and switch to INC_PR
* disable qt explicit in CMakeLists.txt
Diffstat (limited to 'recipes/wt/wt3')
-rw-r--r-- | recipes/wt/wt3/cheader.patch | 24 | ||||
-rw-r--r-- | recipes/wt/wt3/ext.patch | 7 |
2 files changed, 31 insertions, 0 deletions
diff --git a/recipes/wt/wt3/cheader.patch b/recipes/wt/wt3/cheader.patch new file mode 100644 index 0000000000..6f45b1a27d --- /dev/null +++ b/recipes/wt/wt3/cheader.patch @@ -0,0 +1,24 @@ +Index: wt-2.99.0/src/Wt/Ext/Widget.C +=================================================================== +--- wt-2.99.0.orig/src/Wt/Ext/Widget.C 2009-11-12 16:13:54.337530490 +0100 ++++ wt-2.99.0/src/Wt/Ext/Widget.C 2009-11-12 16:14:35.268780586 +0100 +@@ -16,6 +16,7 @@ + #include <iostream> + #include <sstream> + #include <cstring> ++#include <cstdio> + + namespace Wt { + +Index: wt-2.99.0/src/Wt/WAbstractItemModel.C +=================================================================== +--- wt-2.99.0.orig/src/Wt/WAbstractItemModel.C 2009-11-12 16:01:30.927610427 +0100 ++++ wt-2.99.0/src/Wt/WAbstractItemModel.C 2009-11-12 16:03:33.458430052 +0100 +@@ -6,6 +6,7 @@ + + #include <boost/lexical_cast.hpp> + #include <boost/algorithm/string/predicate.hpp> ++#include <cstdio> + + #include "Wt/WModelIndex" + #include "Wt/WAbstractItemModel" diff --git a/recipes/wt/wt3/ext.patch b/recipes/wt/wt3/ext.patch new file mode 100644 index 0000000000..89246ebbf6 --- /dev/null +++ b/recipes/wt/wt3/ext.patch @@ -0,0 +1,7 @@ +--- wt-2.99.0/src/Wt/Ext/CMakeLists.txt 2009-03-11 21:30:10.000000000 +0100 ++++ wt-2.99.0/src/Wt/Ext/CMakeLists.txt.new 2009-03-11 21:31:33.000000000 +0100 +@@ -1,2 +1,3 @@ +-INSTALL_FILES(/include/Wt/Ext "...+[^Ch~]$") ++# avoid CMake* getting included ++INSTALL_FILES(/include/Wt/Ext "^[A-Z][a-z].*[^Ch~]$") + INSTALL_FILES(/include/Wt/Ext ExtDllDefs.h) |