Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libproxy/files: libproxy-0.4.2-mozjs-search-order.patch
Date: Tue, 29 Jun 2010 21:52:22
Message-Id: 20100629215217.35BE92C621@corvid.gentoo.org
1 robbat2 10/06/29 21:52:17
2
3 Added: libproxy-0.4.2-mozjs-search-order.patch
4 Log:
5 Minor patch to compile when both 1.8 and 1.9 slots of xulrunner are present.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-libs/libproxy/files/libproxy-0.4.2-mozjs-search-order.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libproxy/files/libproxy-0.4.2-mozjs-search-order.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libproxy/files/libproxy-0.4.2-mozjs-search-order.patch?rev=1.1&content-type=text/plain
13
14 Index: libproxy-0.4.2-mozjs-search-order.patch
15 ===================================================================
16 --- libproxy/CMakeLists.txt 2010/05/23 23:05:55 1.1
17 +++ libproxy/CMakeLists.txt 2010/05/23 23:06:33
18 @@ -84,7 +84,7 @@ else()
19 px_check_modules(NM NetworkManager dbus-1)
20 px_check_modules(WEBKIT webkit-1.0)
21
22 - set(MOZJS_SEARCH_ORDER "xulrunner-js;firefox-js;mozilla-js;seamonkey-js" CACHE STRING "MozJS search order")
23 + set(MOZJS_SEARCH_ORDER "mozilla-js;xulrunner-js;firefox-js;seamonkey-js" CACHE STRING "MozJS search order")
24 option(WITH_MOZJS "Search for MOZJS package" ON)
25 if (WITH_MOZJS)
26 pkg_search_module(MOZJS ${MOZJS_SEARCH_ORDER})