]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- use OpenSP system headers
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Jun 2007 16:31:28 +0000 (16:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mozilla-firefox-addon-tidy.patch -> 1.6

mozilla-firefox-addon-tidy.patch

index f5a35466d3b6855c5ceb7992ff12c4dea8c395fe..b546ed1981dda4bdbdd7e8ad88eaf4782db5db24 100644 (file)
@@ -52,8 +52,8 @@
 -INCLUDES += -I$(srcdir)/../opensp/include 
 \ No newline at end of file
 +INCLUDES += -I/usr/include/OpenSP
---- mozilla/extensions/tidy/spvalid/SpValid.cpp~       2007-06-04 18:16:53.647197763 +0300
-+++ mozilla/extensions/tidy/spvalid/SpValid.cpp        2007-06-04 18:16:55.107230927 +0300
+--- mozilla/extensions/tidy/spvalid/SpValid.cpp        2007-06-04 18:16:55.107230927 +0300
++++ mozilla/extensions/tidy/spvalid/SpValid.cpp        2007-06-04 19:30:11.547080063 +0300
 @@ -9,7 +9,7 @@
  #ifdef WIN32
  #include "../opensp/include/config.h"
  #endif
  
  #include "nsMemory.h"
+@@ -19,13 +19,13 @@
+ #include <stdlib.h>
+-#include "MessageEventHandler.h"\r
+-#include "NsgmlsMessages.h"
+-#include "sptchar.h"\r
++#include <OpenSP/MessageEventHandler.h>
++#include <OpenSP/nsgmls/NsgmlsMessages.h>
++#include <OpenSP/sptchar.h>
+ #include "SpValid.h"
+ #include "InternalInputSource.h"\r
+-#include "../lib/Parser.h"\r
++#include <OpenSP/lib/Parser.h>
+ ;\r
+ #ifdef SP_NAMESPACE\r
+ using namespace SP_NAMESPACE;\r
 --- mozilla/extensions/tidy/src/Makefile.in~   2007-06-04 17:18:56.188246299 +0300
 +++ mozilla/extensions/tidy/src/Makefile.in    2007-06-04 18:19:42.941042959 +0300
 @@ -83,7 +83,7 @@
                  $(NULL)
  
  LIBS            = \
+--- mozilla/extensions/tidy/spvalid/SpValid.h~ 2007-06-04 19:30:14.137138981 +0300
++++ mozilla/extensions/tidy/spvalid/SpValid.h  2007-06-04 19:30:15.877178562 +0300
+@@ -5,8 +5,8 @@
+ #define Nsgmls_INCLUDED 1\r
\r
+ #include "SpResult.h"\r
+-#include "ParserApp.h"\r
+-#include "Boolean.h"\r
++#include <OpenSP/ParserApp.h>\r
++#include <OpenSP/Boolean.h>\r
+ #ifdef SP_NAMESPACE
+ using namespace SP_NAMESPACE;
This page took 0.571705 seconds and 4 git commands to generate.