public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexandre Rostovtsev (tetromino)" <tetromino@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-control-center/files: gnome-control-center-2.32.1-gmodule.patch
Date: Sun,  5 Jan 2014 07:39:55 +0000 (UTC)	[thread overview]
Message-ID: <20140105073955.6CD962004E@flycatcher.gentoo.org> (raw)

tetromino    14/01/05 07:39:55

  Added:                gnome-control-center-2.32.1-gmodule.patch
  Log:
  Fix underlinking failure (bug #497112, thanks to d_dart).
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)

Revision  Changes    Path
1.1                  gnome-base/gnome-control-center/files/gnome-control-center-2.32.1-gmodule.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-control-center/files/gnome-control-center-2.32.1-gmodule.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-control-center/files/gnome-control-center-2.32.1-gmodule.patch?rev=1.1&content-type=text/plain

Index: gnome-control-center-2.32.1-gmodule.patch
===================================================================
diff --git a/capplets/common/Makefile.am b/capplets/common/Makefile.am
index 70ad44f..52ea6e6 100644
--- a/capplets/common/Makefile.am
+++ b/capplets/common/Makefile.am
@@ -48,7 +48,8 @@ libcommon_la_LIBADD =							\
 	$(METACITY_LIBS)						\
 	$(DBUS_LIBS)							\
 	$(GNOME_DESKTOP_LIBS)						\
-	$(GIO_LIBS)
+	$(GIO_LIBS)							\
+	$(GMODULE_LIBS)
 
 gnome_theme_test_SOURCES = \
 	gnome-theme-test.c
diff --git a/configure.ac b/configure.ac
index 4bc8d9b..f869f93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -132,6 +132,7 @@ PKG_CHECK_MODULES(METACITY, libmetacity-private >= 2.23.1)
 PKG_CHECK_MODULES(TYPING, glib-2.0 > 2.11 gconf-2.0 gtk+-2.0)
 PKG_CHECK_MODULES(GSD_DBUS, gnome-settings-daemon)
 PKG_CHECK_MODULES(GIO, gio-2.0)
+PKG_CHECK_MODULES(GMODULE, gmodule-2.0)
 
 gtk_lib_dir=`$PKG_CONFIG --variable libdir gtk+-2.0`
 gtk_binary_version=`$PKG_CONFIG --variable gtk_binary_version gtk+-2.0`
diff --git a/libwindow-settings/Makefile.am b/libwindow-settings/Makefile.am
index ee6984d..0464597 100644
--- a/libwindow-settings/Makefile.am
+++ b/libwindow-settings/Makefile.am
@@ -17,7 +17,9 @@ libgnome_window_settings_la_LDFLAGS = 	\
 	-no-undefined			\
         -version-info 1:0:0
 
-libgnome_window_settings_la_LIBADD = $(GNOMECC_LIBS)
+libgnome_window_settings_la_LIBADD = \
+	$(GNOMECC_LIBS) \
+	$(GMODULE_LIBS)
 
 libgnome_window_settings_la_SOURCES = \
 	gnome-window-manager.c	\





                 reply	other threads:[~2014-01-05  7:40 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=20140105073955.6CD962004E@flycatcher.gentoo.org \
    --to=tetromino@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