xulrunner: fixed up the patch for 1.9.1.

This commit is contained in:
Tilman Sauerbeck 2009-07-15 21:38:20 +02:00
parent 68fb3d77de
commit 5a93e6a169
2 changed files with 1 additions and 13 deletions

View File

@ -1,3 +1,3 @@
6dd59399db08963ef022a1d0e5010053 firefox-3.5-source.tar.bz2
3a043809a9e0dbf39efe95359fcc5fe7 mozconfig
9fb82064512b5aa61f6d25690c7fb386 xulrunner.diff
766231296c5e03d6ba68342628183805 xulrunner.diff

View File

@ -99,15 +99,3 @@ Index: mozilla/xulrunner/installer/mozilla-nss.pc.in
-Cflags: -I${includedir}/stable
+Libs: %FULL_NSS_LIBS%
+Cflags: %FULL_NSS_CFLAGS%
diff -aur mozilla.orig/toolkit/xre/nsAppRunner.cpp mozilla/toolkit/xre/nsAppRunner.cpp
--- mozilla.orig/toolkit/xre/nsAppRunner.cpp 2008-11-17 15:36:43.000000000 +0100
+++ mozilla/toolkit/xre/nsAppRunner.cpp 2009-05-10 20:38:30.800675740 +0200
@@ -1459,7 +1459,7 @@
if (NS_FAILED(rv))
return rv;
-#elif
+#else
#error Oops, you need platform-specific code here
#endif