rendered paste bodyIndex: SOURCES/mozilla-thunderbird-system-hunspell.patch===================================================================--- SOURCES/mozilla-thunderbird-system-hunspell.patch (revision 0)+++ SOURCES/mozilla-thunderbird-system-hunspell.patch (revision 0)@@ -0,0 +1,15 @@+--- comm-1.9.2/mozilla/config/static-config.mk 2010-08-25 16:27:14.000000000 +0200++++ comm-1.9.2/mozilla/config/static-config.mk 2010-09-10 03:25:13.420068543 +0200+@@ -90,6 +90,12 @@+ STATIC_EXTRA_LIBS += $(SQLITE_LIBS)+ endif+ ++ifndef MOZ_ENABLE_LIBXUL++ifdef MOZ_NATIVE_HUNSPELL++STATIC_EXTRA_LIBS += $(MOZ_HUNSPELL_LIBS)++endif++endif+++ ifdef MOZ_ENABLE_STARTUP_NOTIFICATION+ STATIC_EXTRA_LIBS += $(MOZ_STARTUP_NOTIFICATION_LIBS)+ endifIndex: SPECS/mozilla-thunderbird.spec===================================================================--- SPECS/mozilla-thunderbird.spec (revision 577020)+++ SPECS/mozilla-thunderbird.spec (working copy)@@ -90,6 +90,7 @@ Patch304: mozilla-thunderbird-run-mozilla.patch Patch305: mozilla-thunderbird-2.0b1-x11libs.patch Patch306: mozilla-thunderbird-run-mozilla-soundwrapper.patch+Patch307: mozilla-thunderbird-system-hunspell.patch # Adds support for config file thunderbird.cfg Patch310: thunderbird-2.0b2-configfile.patch Patch334: mozilla-thunderbird-2.0.0.22-CVE-2009-XXXX.diff@@ -310,6 +311,7 @@ %patch302 -p1 -b .check %patch304 -p0 -b .run-mozilla %patch305 -p1 -b .x11libs+%patch307 -p1 -b .system-hunspell #%%if %{mdkversion} < 201000 #%%patch306 -p0 -b .run-mozilla-soundwrapper