]> git.pld-linux.org Git - packages/firefox.git/blobdiff - mozilla-firefox-addon-tidy.patch
- 2.0.0.9
[packages/firefox.git] / mozilla-firefox-addon-tidy.patch
index db4aaf3386999d4b482e5bfd8ed760561a54962c..ea297218f376db4baa73bb299166d8938c9afd20 100644 (file)
    AC_DEFINE(MOZ_PHOENIX)
    ;;
  
+--- mozilla/extensions/tidy/src/Makefile.in~   2007-09-04 23:38:53.000000000 +0300
++++ mozilla/extensions/tidy/src/Makefile.in    2007-09-04 23:49:39.434545403 +0300
+@@ -104,7 +104,7 @@
+ EXTRA_DSO_LDOPTS += \
+                 $(NSPR_LIBS) \
+-                $(LIB_PREFIX)osp.$(LIB_SUFFIX) \
++                -losp \
+                 $(NULL)
+ include $(topsrcdir)/config/rules.mk
+--- mozilla/extensions/tidy/src/Makefile.in~   2007-09-04 23:49:39.000000000 +0300
++++ mozilla/extensions/tidy/src/Makefile.in    2007-09-04 23:50:13.205311926 +0300
+@@ -111,6 +111,6 @@
+ INCLUDES += -I$(srcdir)/../tidy/include 
+ INCLUDES += -I$(srcdir)/../tidy/src 
+-INCLUDES += -I$(srcdir)/../opensp/include 
++INCLUDES += -I/usr/include/OpenSP
+ INCLUDES += -I$(srcdir)/.
+--- mozilla/extensions/tidy/src/Makefile.in~   2007-09-05 01:41:08.000000000 +0300
++++ mozilla/extensions/tidy/src/Makefile.in    2007-09-05 12:21:13.420348101 +0300
+@@ -103,6 +103,7 @@
+ endif
+ EXTRA_DSO_LDOPTS += \
++                $(DIST)/lib/$(LIB_PREFIX)xpcomglue.$(LIB_SUFFIX) $(DIST)/lib/$(LIB_PREFIX)xpcom.so \
+                 $(NSPR_LIBS) \
+                 -losp \
+                 $(NULL)
+--- mozilla/extensions/tidy/src/SpValid.cpp~   2007-08-27 10:38:12.000000000 +0300
++++ mozilla/extensions/tidy/src/SpValid.cpp    2007-09-04 23:53:25.049666582 +0300
+@@ -9,7 +9,7 @@
+ #ifdef WIN32
+ #include "../opensp/include/config.h"
+ #else
+-#include "../opensp/config.h"
++#include <OpenSP/config.h>
+ #endif
+ #include "nsMemory.h"
+@@ -19,13 +19,13 @@
+ #include <stdlib.h>
+-#include "../opensp/include/MessageEventHandler.h"
+-#include "NsgmlsMessages.h"
+-#include "../opensp/include/sptchar.h"
++#include <OpenSP/MessageEventHandler.h>
++#include <OpenSP/nsgmls/NsgmlsMessages.h>
++#include <OpenSP/sptchar.h>
+ #include "SpValid.h"
+-#include "../opensp/include/InternalInputSource.h"
++#include <OpenSP/InternalInputSource.h>
+-#include "../opensp/include/Parser.h"
++#include <OpenSP/lib/Parser.h>
+ #ifdef SP_NAMESPACE
+ using namespace SP_NAMESPACE;
This page took 0.06047 seconds and 4 git commands to generate.