* [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomekbd/files: libgnomekbd-2.22.0-system-relink.patch
@ 2009-04-26 22:36 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2009-04-26 22:36 UTC (permalink / raw
To: gentoo-commits
eva 09/04/26 22:36:49
Added: libgnomekbd-2.22.0-system-relink.patch
Log:
Avoid re-linking to system's libgnomekbd, thanks to vapier, bug #265428.
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Revision Changes Path
1.1 gnome-base/libgnomekbd/files/libgnomekbd-2.22.0-system-relink.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomekbd/files/libgnomekbd-2.22.0-system-relink.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomekbd/files/libgnomekbd-2.22.0-system-relink.patch?rev=1.1&content-type=text/plain
Index: libgnomekbd-2.22.0-system-relink.patch
===================================================================
From f23aea30c608f73b5bfc0b60363757c7f783d772 Mon Sep 17 00:00:00 2001
From: Gilles Dartiguelongue <eva@gentoo.org>
Date: Sun, 26 Apr 2009 21:57:27 +0200
Subject: [PATCH] Avoid re-linking to system's libgnomekbd
Fix suggested by vaiper on https://bugs.gentoo.org/show_bug.cgi?id=265428
---
libgnomekbd/Makefile.am | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libgnomekbd/Makefile.am b/libgnomekbd/Makefile.am
index 65b77b7..6d2fa49 100644
--- a/libgnomekbd/Makefile.am
+++ b/libgnomekbd/Makefile.am
@@ -33,9 +33,9 @@ libgnomekbd_la_LDFLAGS = $(common_LDFLAGS)
libgnomekbd_la_LIBADD = $(common_LIBADD)
libgnomekbdui_la_LDFLAGS = $(common_LDFLAGS)
-libgnomekbdui_la_LIBADD = $(common_LIBADD) \
- $(GTK_LIBS) \
- libgnomekbd.la
+libgnomekbdui_la_LIBADD = libgnomekbd.la \
+ $(common_LIBADD) \
+ $(GTK_LIBS)
libgnomekbd_la_SOURCES = \
gkbd-desktop-config.c \
--
1.6.2.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-26 22:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-26 22:36 [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomekbd/files: libgnomekbd-2.22.0-system-relink.patch Gilles Dartiguelongue (eva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox