Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/totem-pl-parser/files: totem-pl-parser-2.32.3-fix-quvi.patch
Date: Mon, 21 Feb 2011 20:02:21
Message-Id: 20110221200211.D29FC20054@flycatcher.gentoo.org
1 pacho 11/02/21 20:02:11
2
3 Added: totem-pl-parser-2.32.3-fix-quvi.patch
4 Log:
5 Fix --enable-quvi configure option.
6
7 (Portage version: 2.1.9.40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-libs/totem-pl-parser/files/totem-pl-parser-2.32.3-fix-quvi.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/files/totem-pl-parser-2.32.3-fix-quvi.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/files/totem-pl-parser-2.32.3-fix-quvi.patch?rev=1.1&content-type=text/plain
14
15 Index: totem-pl-parser-2.32.3-fix-quvi.patch
16 ===================================================================
17 From 9a1a89ce6af47b8ac3ee7ae0fa3987815e9713a3 Mon Sep 17 00:00:00 2001
18 From: Bastien Nocera <hadess@××××××.net>
19 Date: Mon, 21 Feb 2011 19:49:55 +0000
20 Subject: build: Fix --enable-quvi option
21
22 https://bugzilla.gnome.org/show_bug.cgi?id=642900
23 ---
24 diff --git a/configure.in b/configure.in
25 index eb53dcb..7227373 100644
26 --- a/configure.in
27 +++ b/configure.in
28 @@ -101,12 +101,11 @@ else
29 **************************************************************"
30 fi
31
32 -enable_quvi=auto
33 QUVI=""
34 -AC_ARG_ENABLE(enable-quvi,
35 +AC_ARG_ENABLE(quvi,
36 AS_HELP_STRING([--enable-quvi],
37 [Enable libquvi support (default is auto).]),
38 - [enable_quvi=$enableval],
39 + [],
40 [enable_quvi=auto])
41 if test "x$enable_quvi" != "xno" ; then
42 PKG_CHECK_MODULES(QUVI,
43 --
44 cgit v0.8.3.4