From 12f71b3d87ba54812a2b3f9f7b7beba098f73250 Mon Sep 17 00:00:00 2001 From: Kacper Kowalik Date: Sun, 3 Mar 2013 12:10:26 +0000 Subject: Fix building with gcc-4.7 wrt #421871 by Danny Robson . Thanks to Rion for suggestion regarding fix (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 895192F9) --- dev-util/nsis/files/nsis-2.46-gcc47.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dev-util/nsis/files/nsis-2.46-gcc47.patch (limited to 'dev-util/nsis/files') diff --git a/dev-util/nsis/files/nsis-2.46-gcc47.patch b/dev-util/nsis/files/nsis-2.46-gcc47.patch new file mode 100644 index 000000000000..e64a8b6ba43f --- /dev/null +++ b/dev-util/nsis/files/nsis-2.46-gcc47.patch @@ -0,0 +1,15 @@ +Fix building with gcc-4.7 + +https://bugs.gentoo.org/show_bug.cgi?id=421871 + +Patch written by Kacper Kowalik +--- a/Source/util.h ++++ b/Source/util.h +@@ -18,6 +18,7 @@ + #define _UTIL_H_ + + #include // for std::string ++#include + + #include "boost/scoped_ptr.hpp" // for boost::scoped_ptr + #include "ResourceEditor.h" -- cgit v1.2.3-65-gdbad