Gentoo Archives: gentoo-commits

From: "Romain Perier (mrpouet)" <mrpouet@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/gnotime/files: gnotime-2.3.0-libgnomeui-typo.patch
Date: Sun, 27 Dec 2009 15:05:11
Message-Id: E1NOug6-000440-Tt@stork.gentoo.org
1 mrpouet 09/12/27 15:05:06
2
3 Added: gnotime-2.3.0-libgnomeui-typo.patch
4 Log:
5 Fix typo in PKG_CHECK_MODULES for libgnomeui, which caused build failure, per bug #298193
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-office/gnotime/files/gnotime-2.3.0-libgnomeui-typo.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/files/gnotime-2.3.0-libgnomeui-typo.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/files/gnotime-2.3.0-libgnomeui-typo.patch?rev=1.1&content-type=text/plain
13
14 Index: gnotime-2.3.0-libgnomeui-typo.patch
15 ===================================================================
16 From: Romain Perier <mrpouet@g.o>
17 Date: Sun, 27 Dec 2009 15:51:02 +0100
18 Subject: Fix typo in PKG_CHECK_MODULES, which caused build failure
19
20 ---
21 configure.in | 2 +-
22 1 files changed, 1 insertions(+), 1 deletions(-)
23
24 --- a/configure.in
25 +++ b/configure.in
26 @@ -90,7 +90,7 @@ AC_SUBST(LIBGNOME_LIBS)
27 dnl *****************************************
28 dnl Check for libgnomeui
29 dnl *****************************************
30 -PKG_CHECK_MODULES(GNOMEUI, libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED)
31 +PKG_CHECK_MODULES(LIBGNOMEUI, libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED)
32 AC_SUBST(LIBGNOMEUI_CFLAGS)
33 AC_SUBST(LIBGNOMEUI_LIBS)