diff options
Diffstat (limited to 'mozilla-plugin.patch')
-rw-r--r-- | mozilla-plugin.patch | 10 |
1 files changed, 10 insertions, 0 deletions
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% + |