SOURCES: mpage-incomplete-type.patch (NEW) - Fixed a compilation e...

qrczak qrczak at pld-linux.org
Thu Feb 15 21:46:44 CET 2007


Author: qrczak                       Date: Thu Feb 15 20:46:44 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- Fixed a compilation error with a newer gcc
- Release 8

---- Files affected:
SOURCES:
   mpage-incomplete-type.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/mpage-incomplete-type.patch
diff -u /dev/null SOURCES/mpage-incomplete-type.patch:1.1
--- /dev/null	Thu Feb 15 21:46:44 2007
+++ SOURCES/mpage-incomplete-type.patch	Thu Feb 15 21:46:39 2007
@@ -0,0 +1,20 @@
+--- mpage-2.5.1/mpage.h~	1998-03-24 23:07:58.000000000 +0100
++++ mpage-2.5.1/mpage.h	2007-02-15 21:43:42.000000000 +0100
+@@ -159,7 +159,6 @@
+ extern int ps_width;	/* number of points in the X direction (8.5 inches) */
+ extern int ps_height;	/* number of points in the Y direction (11 inches) */
+ extern char * media;	/* name of output page media */
+-extern struct page_desc paper[];
+ 
+ /*
+  * a sheet describes the measurements and orientatation of a page for
+@@ -208,7 +207,8 @@
+     int width;
+     int height;
+ };
+-    
++
++extern struct page_desc paper[];
+ 
+ /* array of sheets where pages are ordered for coli ??? */
+ extern struct sheet coli[];
================================================================


More information about the pld-cvs-commit mailing list