From 688197d7c210f4eefd25d26dab7c4addf1437a33 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Jun 2010 23:13:27 +0200 Subject: update Firefox to 3.6.4 (finale) --- mozilla-plugin.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mozilla-plugin.patch (limited to 'mozilla-plugin.patch') diff --git a/mozilla-plugin.patch b/mozilla-plugin.patch new file mode 100644 index 0000000..75eac7e --- /dev/null +++ b/mozilla-plugin.patch @@ -0,0 +1,10 @@ +diff -up mozilla-1.9.2/xulrunner/installer/mozilla-plugin.pc.in.old mozilla-1.9.2/xulrunner/installer/mozilla-plugin.pc.in +--- mozilla-1.9.2/xulrunner/installer/mozilla-plugin.pc.in.old 2009-11-25 05:13:11.000000000 +0100 ++++ mozilla-1.9.2/xulrunner/installer/mozilla-plugin.pc.in 2009-12-03 10:14:41.000000000 +0100 +@@ -5,5 +5,5 @@ includedir=%includedir% + Name: Mozilla Plug-In API + Description: Mozilla Plug-In API + Version: %MOZILLA_VERSION% +-Cflags: -I${includedir}/stable -DXP_UNIX %ojidef% ++Cflags: -I${includedir} -DXP_UNIX %ojidef% + -- cgit