[adobe-source-libraries] adding patch4

leamas leamas at fedoraproject.org
Fri Aug 3 13:51:48 UTC 2012


commit 55ea41abfd8891706bca1a94194c40a5e9c11f9d
Author: Alec Leamas <alec at tests.notat.diaspora.com>
Date:   Fri Aug 3 15:51:28 2012 +0200

    adding patch4

 asl-uninitialized-move.patch |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/asl-uninitialized-move.patch b/asl-uninitialized-move.patch
new file mode 100644
index 0000000..3825e9e
--- /dev/null
+++ b/asl-uninitialized-move.patch
@@ -0,0 +1,19 @@
+diff --git a/adobe/once.hpp b/adobe/once.hpp
+index 5f005a4..e349b92 100644
+--- a/adobe/once.hpp
++++ b/adobe/once.hpp
+@@ -11,12 +11,12 @@
+ 
+ /*************************************************************************************************/
+ 
+-#include <adobe/config.hpp>
+-
+ #if defined(BOOST_HAS_THREADS)
+     #include <boost/thread.hpp>
+ #endif
+ 
++#include <adobe/config.hpp>
++
+ /*************************************************************************************************/
+ 
+ namespace adobe {


More information about the scm-commits mailing list