aboutsummaryrefslogtreecommitdiff
path: root/depends/patches
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-11-21 17:42:37 +0100
committerWladimir J. van der Laan <[email protected]>2014-11-21 17:42:46 +0100
commita574189e2acdaa03658bfe495740b2d722984467 (patch)
tree85693fc342f3ed2abc4941439cb340816e7edd47 /depends/patches
parentChange MIT/X11 to MIT in license displayed in the program (diff)
parentgitian: make tarballs deterministic and nuke .la files from build output (diff)
downloaddiscoin-a574189e2acdaa03658bfe495740b2d722984467.tar.xz
discoin-a574189e2acdaa03658bfe495740b2d722984467.zip
Merge pull request #4727
246659a gitian: make tarballs deterministic and nuke .la files from build output (Cory Fields) c54d647 travis: let travis use shared libs for tests (Cory Fields) 4bbbdf3 gitian: quick docs update (Cory Fields) 1aead42 gitian: descriptors overhaul (Cory Fields) 5f93ec2 depends: Add a package for qt4.6. Linux uses it by default. (Cory Fields) 4302fa6 depends: Use pic for all linux dependencies (Cory Fields)
Diffstat (limited to 'depends/patches')
-rw-r--r--depends/patches/qt46/stlfix.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/depends/patches/qt46/stlfix.patch b/depends/patches/qt46/stlfix.patch
new file mode 100644
index 000000000..f8f6fb04b
--- /dev/null
+++ b/depends/patches/qt46/stlfix.patch
@@ -0,0 +1,10 @@
+--- 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>