]> git.pld-linux.org Git - packages/galeon.git/blame - galeon-build_fix.patch
- use %pld_release macro and apply proper agent patch, BR: rpm >= 4.4.9-56
[packages/galeon.git] / galeon-build_fix.patch
CommitLineData
742a911f 1diff -ur galeon-2.0.5.orig/mozilla/MozillaPrivate.cpp galeon-2.0.5/mozilla/MozillaPrivate.cpp
2--- galeon-2.0.5.orig/mozilla/MozillaPrivate.cpp 2008-02-03 01:05:22.000000000 +0100
3+++ galeon-2.0.5/mozilla/MozillaPrivate.cpp 2008-03-27 23:15:59.000000000 +0100
4@@ -24,13 +24,11 @@
5 #include "config.h"
6 #endif
7
8-#ifdef HAVE_NSSTRING_INTERNAL
9-/***** BEGIN UNSAFE HEADERS ******/
10 #define MOZILLA_INTERNAL_API
11+/***** BEGIN UNSAFE HEADERS ******/
12 #include <nsICSSLoader.h>
13 #include <nsICSSStyleSheet.h>
14 #include <nsIHTMLDocument.h>
15-#endif
16
17 #include <nsIPrintOptions.h>
18 #include <nsIDocument.h>
19@@ -40,10 +38,8 @@
20 #include <nsStringAPI.h>
21
22 #include "MozillaPrivate.h"
23-#ifdef HAVE_NSSTRING_INTERNAL
24-#undef MOZILLA_INTERNAL_API
25 /***** END UNSAFE HEADERS ******/
26-#endif
27+#undef MOZILLA_INTERNAL_API
28
29 #include <nsServiceManagerUtils.h>
30 #include <nsISupportsPrimitives.h>
This page took 0.033632 seconds and 4 git commands to generate.