Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/mpdscribble/files: mpdscribble-0.18-ldadd_gthread.patch
Date: Wed, 29 Jul 2009 09:22:33
Message-Id: E1MW5Mk-0003ZM-RK@stork.gentoo.org
1 ssuominen 09/07/29 09:22:30
2
3 Added: mpdscribble-0.18-ldadd_gthread.patch
4 Log:
5 Fix missing LDADD for -lgthread-2.0.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/mpdscribble/files/mpdscribble-0.18-ldadd_gthread.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdscribble/files/mpdscribble-0.18-ldadd_gthread.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpdscribble/files/mpdscribble-0.18-ldadd_gthread.patch?rev=1.1&content-type=text/plain
13
14 Index: mpdscribble-0.18-ldadd_gthread.patch
15 ===================================================================
16 diff -ur mpdscribble-0.18.orig/configure.ac mpdscribble-0.18/configure.ac
17 --- mpdscribble-0.18.orig/configure.ac 2009-07-08 20:18:18.000000000 +0300
18 +++ mpdscribble-0.18/configure.ac 2009-07-29 12:18:40.000000000 +0300
19 @@ -42,11 +42,11 @@
20 dnl
21
22 PKG_CHECK_MODULES([libglib],
23 - [glib-2.0 >= 2.16],
24 + [glib-2.0 >= 2.16 gthread-2.0],
25 [glib216=yes], [glib216=no])
26 if test "x$glib216" != "xyes"; then
27 PKG_CHECK_MODULES([libglib],
28 - [glib-2.0 >= 2.6],,
29 + [glib-2.0 >= 2.6 gthread-2.0],,
30 [AC_MSG_ERROR([glib 2.6 is required])])
31
32 # use libgcrypt's MD5 routines with GLib < 2.16