Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/epiphany/files: epiphany-2.26.3-system-plugin.patch
Date: Sun, 02 Aug 2009 10:12:49
Message-Id: E1MXY3b-0007o1-SL@stork.gentoo.org
1 eva 09/08/02 10:12:47
2
3 Added: epiphany-2.26.3-system-plugin.patch
4 Log:
5 Version bump. Fix system plugin lookup, bug #279417. Clean up old revisions.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 www-client/epiphany/files/epiphany-2.26.3-system-plugin.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/files/epiphany-2.26.3-system-plugin.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/files/epiphany-2.26.3-system-plugin.patch?rev=1.1&content-type=text/plain
13
14 Index: epiphany-2.26.3-system-plugin.patch
15 ===================================================================
16 # Allow plugins installed in system to be used
17 # Gentoo: https://bugs.gentoo.org/attachment.cgi?id=199400
18 --- a/embed/mozilla/Makefile.am 2009-07-27 21:18:46.658006845 -0500
19 +++ b/embed/mozilla/Makefile.am 2009-07-27 21:19:46.633007194 -0500
20 @@ -161,7 +161,7 @@
21 -DPLUGINDIR=\"$(libdir)/epiphany/$(EPIPHANY_MAJOR)/plugins\" \
22 -DMOZILLA_HOME=\"$(GECKO_HOME)\" \
23 -DMOZILLA_PREFIX=\"$(GECKO_PREFIX)\" \
24 - -DMOZILLA_NATIVE_PLUGINSDIR=\"$(libdir)/mozilla/plugins\" \
25 + -DMOZILLA_NATIVE_PLUGINSDIR=\"$(libdir)/nsbrowser/plugins\" \
26 -DUA_VERSION=\"$(EPIPHANY_UA_VERSION)\" \
27 -DALLOW_PRIVATE_API \
28 $(AM_CPPFLAGS)
29 --- a/embed/mozilla/Makefile.in 2009-07-27 21:18:53.673984077 -0500
30 +++ b/embed/mozilla/Makefile.in 2009-07-27 21:20:06.010983867 -0500
31 @@ -493,7 +493,7 @@
32 -DPLUGINDIR=\"$(libdir)/epiphany/$(EPIPHANY_MAJOR)/plugins\" \
33 -DMOZILLA_HOME=\"$(GECKO_HOME)\" \
34 -DMOZILLA_PREFIX=\"$(GECKO_PREFIX)\" \
35 - -DMOZILLA_NATIVE_PLUGINSDIR=\"$(libdir)/mozilla/plugins\" \
36 + -DMOZILLA_NATIVE_PLUGINSDIR=\"$(libdir)/nsbrowser/plugins\" \
37 -DUA_VERSION=\"$(EPIPHANY_UA_VERSION)\" -DALLOW_PRIVATE_API \
38 $(AM_CPPFLAGS) $(am__append_7)
39 libephymozillaembed_la_CXXFLAGS = \