public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/gelemental/files: gelemental-1.2.0-glib-2.32.patch
@ 2012-07-01 13:08 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-07-01 13:08 UTC (permalink / raw
  To: gentoo-commits

jlec        12/07/01 13:08:51

  Added:                gelemental-1.2.0-glib-2.32.patch
  Log:
  sci-chemistry/gelemental: Fix for compilation against glib-2.32, #423621; bumped to EAPI=4 and autotools-utils; handle statc-libs
  
  (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-chemistry/gelemental/files/gelemental-1.2.0-glib-2.32.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gelemental/files/gelemental-1.2.0-glib-2.32.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gelemental/files/gelemental-1.2.0-glib-2.32.patch?rev=1.1&content-type=text/plain

Index: gelemental-1.2.0-glib-2.32.patch
===================================================================
 libelemental/misc/extras.cc  |    2 +-
 libelemental/misc/widgets.cc |    2 +-
 src/main.cc                  |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libelemental/misc/extras.cc b/libelemental/misc/extras.cc
index a8e5720..c042604 100644
--- a/libelemental/misc/extras.cc
+++ b/libelemental/misc/extras.cc
@@ -21,7 +21,7 @@
 
 #include <algorithm>
 #include <stdexcept>
-#include <glib/gmem.h>
+#include <glib.h>
 #include <glibmm/utility.h>
 
 namespace misc {
diff --git a/libelemental/misc/widgets.cc b/libelemental/misc/widgets.cc
index 002310c..941d881 100644
--- a/libelemental/misc/widgets.cc
+++ b/libelemental/misc/widgets.cc
@@ -20,7 +20,7 @@
 #include "macros.hh"
 #include "widgets.hh"
 
-#include <glib/gmessages.h>
+#include <glib.h>
 #include <gtkmm/alignment.h>
 #include <gtkmm/image.h>
 #include <gtkmm/label.h>
diff --git a/src/main.cc b/src/main.cc
index 41cfe03..68bbb4c 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -26,8 +26,8 @@
 #include <clocale>
 #include <iostream>
 #include <locale>
-#include <glib/goption.h>
-#include <glib/gutils.h>
+#include <glib.h>
+#include <glib.h>
 #include <glibmm/optionentry.h>
 #include <gtk/gtkaboutdialog.h>
 #include <gtk/gtkversion.h>






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-01 13:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-01 13:08 [gentoo-commits] gentoo-x86 commit in sci-chemistry/gelemental/files: gelemental-1.2.0-glib-2.32.patch Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox