Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/gok/files: gok-2.28.0-link.patch
Date: Thu, 29 Oct 2009 20:53:41
Message-Id: E1N3c03-00048T-Qq@stork.gentoo.org
1 eva 09/10/29 20:53:39
2
3 Added: gok-2.28.0-link.patch
4 Log:
5 New version for GNOME 2.28.
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-accessibility/gok/files/gok-2.28.0-link.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/gok/files/gok-2.28.0-link.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/gok/files/gok-2.28.0-link.patch?rev=1.1&content-type=text/plain
13
14 Index: gok-2.28.0-link.patch
15 ===================================================================
16 From 49633b3f4511c510a460dad41d76f6d36023740b Mon Sep 17 00:00:00 2001
17 From: Gilles Dartiguelongue <eva@g.o>
18 Date: Sun, 4 Oct 2009 20:30:26 +0200
19 Subject: [PATCH] Add missing -lm to create_branching_keyboard link
20
21 GNOME bug #589120.
22 ---
23 gok/Makefile.am | 1 +
24 1 files changed, 1 insertions(+), 0 deletions(-)
25
26 diff --git a/gok/Makefile.am b/gok/Makefile.am
27 index 85099c1..c041197 100644
28 --- a/gok/Makefile.am
29 +++ b/gok/Makefile.am
30 @@ -120,5 +120,6 @@ test_gok_wordcomplete_SOURCES = \
31 keyboard_geometry_SOURCES = keyboard-geometry.c
32
33 create_branching_keyboard_SOURCES = create-branching-keyboard.c
34 +create_branching_keyboard_LDADD = $(LDADD) -lm
35
36 -include $(top_srcdir)/git.mk
37 --
38 1.6.5.rc1