SOURCES: pdftohtml-c++.patch (NEW) - C++ fixes (needed by gcc 4.1)

qboosh qboosh at pld-linux.org
Thu Mar 23 19:44:45 CET 2006


Author: qboosh                       Date: Thu Mar 23 18:44:45 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- C++ fixes (needed by gcc 4.1)

---- Files affected:
SOURCES:
   pdftohtml-c++.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/pdftohtml-c++.patch
diff -u /dev/null SOURCES/pdftohtml-c++.patch:1.1
--- /dev/null	Thu Mar 23 19:44:45 2006
+++ SOURCES/pdftohtml-c++.patch	Thu Mar 23 19:44:40 2006
@@ -0,0 +1,23 @@
+--- pdftohtml-0.38/src/HtmlLinks.h.orig	2003-06-25 00:41:28.000000000 +0200
++++ pdftohtml-0.38/src/HtmlLinks.h	2006-03-23 19:30:29.590763250 +0100
+@@ -19,7 +19,7 @@
+   HtmlLink& operator=(const HtmlLink& x);
+   HtmlLink(double xmin,double ymin,double xmax,double ymax,GString *_dest);
+   ~HtmlLink();
+-  GBool HtmlLink::isEqualDest(const HtmlLink& x) const;
++  GBool isEqualDest(const HtmlLink& x) const;
+   GString *getDest(){return new GString(dest);}
+   double getX1() const {return Xmin;}
+   double getX2() const {return Xmax;}
+--- pdftohtml-0.38/xpdf/TextOutputDev.h.orig	2004-01-22 02:26:46.000000000 +0100
++++ pdftohtml-0.38/xpdf/TextOutputDev.h	2006-03-23 19:29:48.592201000 +0100
+@@ -25,6 +25,9 @@
+ class GfxFont;
+ class GfxState;
+ class UnicodeMap;
++class TextBlock;
++class TextPage;
++class TextLineFrag;
+ 
+ //------------------------------------------------------------------------
+ 
================================================================


More information about the pld-cvs-commit mailing list