diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-09-06 15:22:12 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-09-06 15:23:51 +0200 |
| commit | 8ea44405e76fadb6459e8913e708bf5f39cbf4c7 (patch) | |
| tree | 62805faa27b143263fdbddc976f523c2a4df9ebf | |
| parent | Merge #8663: trivial: remove unnecessary variable fDaemon (diff) | |
| parent | Remove unused Qt 4.6 patch. (diff) | |
| download | discoin-8ea44405e76fadb6459e8913e708bf5f39cbf4c7.tar.xz discoin-8ea44405e76fadb6459e8913e708bf5f39cbf4c7.zip | |
Merge #8645: Remove unused Qt 4.6 patch.
38acbf8 Remove unused Qt 4.6 patch. (Doug)
| -rw-r--r-- | depends/patches/qt46/stlfix.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/depends/patches/qt46/stlfix.patch b/depends/patches/qt46/stlfix.patch deleted file mode 100644 index f8f6fb04b..000000000 --- a/depends/patches/qt46/stlfix.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- old/config.tests/unix/stl/stltest.cpp 2011-06-23 03:45:23.000000000 -0400 -+++ new/config.tests/unix/stl/stltest.cpp 2014-08-28 00:54:04.154837604 -0400 -@@ -49,6 +49,7 @@ - #include <vector> - #include <algorithm> - #include <iostream> -+#include <cstddef> - - // something mean to see if the compiler and C++ standard lib are good enough - template<class K, class T> |