@ -0,0 +1,39 @@ |
|||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# |
||||
|
# Filename: package/.../gtkmm12/gcc44.patch |
||||
|
# Copyright (C) 2010 The OpenSDE Project |
||||
|
# |
||||
|
# More information can be found in the files COPYING and README. |
||||
|
# |
||||
|
# This patch file is dual-licensed. It is available under the license the |
||||
|
# patched project is licensed under, as long as it is an OpenSource license |
||||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
||||
|
# of the GNU General Public License as published by the Free Software |
||||
|
# Foundation; either version 2 of the License, or (at your option) any later |
||||
|
# version. |
||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
diff -Nur gtkmm-1.2.10-orig/src/gtkmmproc/fixate.cc gtkmm-1.2.10/src/gtkmmproc/fixate.cc
|
||||
|
--- gtkmm-1.2.10-orig/src/gtkmmproc/fixate.cc 2008-07-23 04:01:31.000000000 +0000
|
||||
|
+++ gtkmm-1.2.10/src/gtkmmproc/fixate.cc 2008-07-23 04:02:33.000000000 +0000
|
||||
|
@@ -1,6 +1,7 @@
|
||||
|
#include <stdio.h> |
||||
|
#include <string> |
||||
|
#include <string.h> |
||||
|
+#include <stdlib.h>
|
||||
|
|
||||
|
namespace std {} |
||||
|
using namespace std; |
||||
|
diff -Nur gtkmm-1.2.10-orig/src/gtkmmproc/gtkmmproc.h gtkmm-1.2.10/src/gtkmmproc/gtkmmproc.h
|
||||
|
--- gtkmm-1.2.10-orig/src/gtkmmproc/gtkmmproc.h 2008-07-23 04:01:31.000000000 +0000
|
||||
|
+++ gtkmm-1.2.10/src/gtkmmproc/gtkmmproc.h 2008-07-23 04:05:22.000000000 +0000
|
||||
|
@@ -7,6 +7,7 @@
|
||||
|
#include <string> |
||||
|
#include <list> |
||||
|
#include <stdio.h> |
||||
|
+#include <cstdlib>
|
||||
|
|
||||
|
namespace std {} |
||||
|
using namespace std; |
||||
|
|