Author: ken
Date: 2005-09-09 11:23:00 -0600 (Fri, 09 Sep 2005)
New Revision: 1101
Added:
trunk/gpdf/gpdf-2.10.0-gcc4-2.patch
trunk/gpdf/gpdf-2.10.0-gcc4_amd64-1.patch
Log:
fix gpdf patch, add an extra for x86_64
Added: trunk/gpdf/gpdf-2.10.0-gcc4-2.patch
===================================================================
--- trunk/gpdf/gpdf-2.10.0-gcc4-2.patch 2005-09-08 15:23:49 UTC (rev 1100)
+++ trunk/gpdf/gpdf-2.10.0-gcc4-2.patch 2005-09-09 17:23:00 UTC (rev 1101)
@@ -0,0 +1,38 @@
+Submitted By: Joe Ciccone <joeciccone at crazyeyesoft dot com>
+Date: 2005-08-23
+Initial Package Version: 2.10.0
+Upstream Status: unknown
+Origin: Fedora Core CVS
+Rediffed by Ken Moffat to fix it
+Description: Adds a forward declaration that GCC4 wants
+
+diff -Naur gpdf-2.10.0.orig/xpdf/TextOutputDev.h
gpdf-2.10.0/xpdf/TextOutputDev.h
+--- gpdf-2.10.0.orig/xpdf/TextOutputDev.h 2005-08-23 21:59:57.000000000
+0000
++++ gpdf-2.10.0/xpdf/TextOutputDev.h 2005-08-23 22:00:10.000000000 +0000
+@@ -166,6 +166,8 @@
+ // TextLine
+ //------------------------------------------------------------------------
+
++class TextBlock;
++
+ class TextLine {
+ public:
+
+@@ -223,6 +225,8 @@
+ // TextBlock
+ //------------------------------------------------------------------------
+
++class TextPage;
++
+ class TextBlock {
+ public:
+
+@@ -342,6 +346,8 @@
+ // TextPage
+ //------------------------------------------------------------------------
+
++class TextLineFrag;
++
+ class TextPage {
+ public:
+
Added: trunk/gpdf/gpdf-2.10.0-gcc4_amd64-1.patch
===================================================================
--- trunk/gpdf/gpdf-2.10.0-gcc4_amd64-1.patch 2005-09-08 15:23:49 UTC (rev
1100)
+++ trunk/gpdf/gpdf-2.10.0-gcc4_amd64-1.patch 2005-09-09 17:23:00 UTC (rev
1101)
@@ -0,0 +1,25 @@
+Submitted By: Ken Moffat <[EMAIL PROTECTED]>
+Date: 2005-09-09
+Initial Package Version: 2.10.0
+Upstream Status: unknown
+Origin: from gentoo
+Description: Allows gpdf to compile on x86_64 with gcc4
+(apply on top of the gcc4 patch)
+
+--- gpdf-2.10.0/xpdf/gpdf-control.cc 2005-05-20 15:03:29.000000000 +0200
++++ gpdf-2.10.0.az/xpdf/gpdf-control.cc 2005-05-20 15:06:39.000000000
+0200
+@@ -209,12 +209,12 @@
+ const gchar * status)
+ {
+ GPdfControlPrivate *priv;
+- guint to_id;
++ unsigned long to_id;
+
+ g_return_if_fail (GPDF_IS_NON_NULL_CONTROL (control));
+ priv = control->priv;
+
+- if ((to_id = (unsigned int)
++ if ((to_id = (unsigned long)
+ g_object_get_data (G_OBJECT (control),
+ "status-timeout-id")) != 0) {
+ g_object_set_data (G_OBJECT (control),
--
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page