Author: randy
Date: 2005-08-16 10:56:03 -0600 (Tue, 16 Aug 2005)
New Revision: 1067

Added:
   trunk/xpdf/xpdf-3.00-gcc4-1.patch
Log:
Added Xpdf GCC-4 patch

Added: trunk/xpdf/xpdf-3.00-gcc4-1.patch
===================================================================
--- trunk/xpdf/xpdf-3.00-gcc4-1.patch   2005-08-16 16:13:00 UTC (rev 1066)
+++ trunk/xpdf/xpdf-3.00-gcc4-1.patch   2005-08-16 16:56:03 UTC (rev 1067)
@@ -0,0 +1,33 @@
+Submitted By:            Randy McMurchy <randy_at_linuxfromscratch_dot_org>
+Date:                    2005-08-16
+Initial Package Version: 3.00
+Upstream Status:         Not submitted
+Origin:                  http://hlfs.topside.org/gcc4/
+Description:             Fixes compilation using GCC-4
+
+
+diff -Naur xpdf-3.00.old/splash/SplashT1Font.h xpdf-3.00/splash/SplashT1Font.h
+--- xpdf-3.00.old/splash/SplashT1Font.h        2004-01-22 09:26:44.000000000 
+0800
++++ xpdf-3.00/splash/SplashT1Font.h    2005-06-08 10:09:56.000000000 +0800
+@@ -16,6 +16,7 @@
+ #endif
+ 
+ #include "SplashFont.h"
++#include "SplashT1FontFile.h"
+ 
+ //------------------------------------------------------------------------
+ // SplashT1Font
+diff -Naur xpdf-3.00.old/xpdf/TextOutputDev.h xpdf-3.00/xpdf/TextOutputDev.h
+--- xpdf-3.00.old/xpdf/TextOutputDev.h 2004-01-22 09:26:45.000000000 +0800
++++ xpdf-3.00/xpdf/TextOutputDev.h     2005-06-08 10:15:45.000000000 +0800
+@@ -26,6 +26,10 @@
+ class GfxState;
+ class UnicodeMap;
+ 
++class TextBlock;
++class TextPage;
++class TextLineFrag;
++
+ //------------------------------------------------------------------------
+ 
+ typedef void (*TextOutputFunc)(void *stream, char *text, int len);

-- 
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to