From 6639f610b57399356986e7c64007bac9579ed459 Mon Sep 17 00:00:00 2001 From: Aldas Nabazas Date: Wed, 15 Sep 2010 12:45:55 +0200 Subject: [PATCH] gtkmm12: added gcc44.patch --- gnome14/gtkmm12/gcc44.patch | 39 +++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 gnome14/gtkmm12/gcc44.patch diff --git a/gnome14/gtkmm12/gcc44.patch b/gnome14/gtkmm12/gcc44.patch new file mode 100644 index 000000000..f0da7039c --- /dev/null +++ b/gnome14/gtkmm12/gcc44.patch @@ -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 + #include + #include ++#include + + 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 + #include + #include ++#include + + namespace std {} + using namespace std; +