public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/gelemental/files: gelemental-1.2.0-glib-2.32.patch
Date: Sun,  1 Jul 2012 13:08:51 +0000 (UTC)	[thread overview]
Message-ID: <20120701130851.7F4CD2004C@flycatcher.gentoo.org> (raw)

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>






                 reply	other threads:[~2012-07-01 13:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120701130851.7F4CD2004C@flycatcher.gentoo.org \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox