summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2009-02-15 21:56:30 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2009-02-15 21:56:30 +0000
commit50cb163fffaab23a6ce57bc48716cb60b8863ca5 (patch)
tree9d17c7cc0ad963221e51e3fc080fa41038a00373 /sys-power/powersoftplus/files
parentFixing py bindings failure, patch by John Keeping, fixes #258652 (diff)
downloadgentoo-2-50cb163fffaab23a6ce57bc48716cb60b8863ca5.tar.gz
gentoo-2-50cb163fffaab23a6ce57bc48716cb60b8863ca5.tar.bz2
gentoo-2-50cb163fffaab23a6ce57bc48716cb60b8863ca5.zip
Adding gcc-4.3 patch per bug 251741. Thanks to Gene Seto <geneseto@hotmail.com> for the patch.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-power/powersoftplus/files')
-rw-r--r--sys-power/powersoftplus/files/powersoftplus-0.1.8-gcc43.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-power/powersoftplus/files/powersoftplus-0.1.8-gcc43.patch b/sys-power/powersoftplus/files/powersoftplus-0.1.8-gcc43.patch
new file mode 100644
index 000000000000..ccd9eb3c735b
--- /dev/null
+++ b/sys-power/powersoftplus/files/powersoftplus-0.1.8-gcc43.patch
@@ -0,0 +1,20 @@
+--- powersoftplus-0.1.8b/src/cshmem.cpp 2009-01-19 18:16:12.000000000 -0400
++++ powersoftplus-0.1.8/src/cshmem.cpp 2009-01-19 18:19:37.000000000 -0400
+@@ -17,6 +17,7 @@
+ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
+ ***************************************************************************/
+ #include "cshmem.h"
++#include <cstring>
+
+ CShMem::CShMem()
+ {
+--- powersoftplus-0.1.8b/src/glfunc.cpp 2009-01-19 18:16:12.000000000 -0400
++++ powersoftplus-0.1.8/src/glfunc.cpp 2009-01-19 18:19:57.000000000 -0400
+@@ -22,6 +22,7 @@
+ #endif
+ #include <iostream>
+ #include <cstdlib>
++#include <cstring>
+ #include <math.h>
+ #include "glfunc.h"
+ #include "strings_en.h"