diff --git a/thunderbird.spec b/thunderbird.spec index a13aa33..3aafb00 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -65,7 +65,6 @@ Patch2: thunderbird-shared-error.patch # Fixes gcc complain that nsFrame::delete is protected Patch4: xulrunner-1.9.2.1-build.patch # Fix missing includes for crash reporter, remove in 3.1 final -Patch5: xulrunner-missing-headers.patch Patch6: mozilla-libjpeg-turbo.patch Patch7: mozilla-missing-cflags.patch @@ -130,7 +129,6 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{version_internal}/' %{P:%%PATCH0} \ %patch1 -p0 -b .jemalloc %patch2 -p1 -b .shared-error %patch4 -p1 -b .protected -%patch5 -p0 -b .stat %patch6 -p1 -b .turbo %patch7 -p1 -b .mozcflags diff --git a/xulrunner-missing-headers.patch b/xulrunner-missing-headers.patch deleted file mode 100644 index 946c35c..0000000 --- a/xulrunner-missing-headers.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/file_id.cc.stat mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/file_id.cc ---- mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/file_id.cc.stat 2010-06-16 15:12:57.000000000 +0200 -+++ mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/file_id.cc 2010-06-16 15:13:02.000000000 +0200 -@@ -42,6 +42,7 @@ - #include - #include - #include -+#include - #include - - #include