public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/openoffice/files: ooo_getline.diff buildfix-gcc44.diff
@ 2009-05-19 11:26 Andreas Proschofsky (suka)
  0 siblings, 0 replies; only message in thread
From: Andreas Proschofsky (suka) @ 2009-05-19 11:26 UTC (permalink / raw
  To: gentoo-commits

suka        09/05/19 11:26:37

  Added:                ooo_getline.diff buildfix-gcc44.diff
  Log:
  Fix build problems with gcc-4.4 (bug #269452) and glibc-2.10.1 (bug #270263) and correct post-install message for bash completion (bug #270185)
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.1                  app-office/openoffice/files/ooo_getline.diff

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/ooo_getline.diff?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/ooo_getline.diff?rev=1.1&content-type=text/plain

Index: ooo_getline.diff
===================================================================
--- soltools/mkdepend/def.h.orig	2009-05-18 15:28:59.000000000 +0200
+++ soltools/mkdepend/def.h	2009-05-18 15:29:36.000000000 +0200
@@ -154,7 +154,7 @@
 
 char			*copy();
 char			*base_name();
-char			*getline();
+char			*ooo_getline();
 char			*isdefined();
 struct filepointer	*getfile();
 struct inclist		*newinclude();
--- soltools/mkdepend/main.c.orig	2009-05-18 15:29:08.000000000 +0200
+++ soltools/mkdepend/main.c	2009-05-18 15:30:23.000000000 +0200
@@ -548,7 +548,7 @@
  * Get the next line.  We only return lines beginning with '#' since that
  * is all this program is ever interested in.
  */
-char *getline(filep)
+char *ooo_getline(filep)
 	register struct filepointer	*filep;
 {
 	register char	*p,	/* walking pointer */
--- soltools/mkdepend/parse.c.orig	2009-05-18 15:29:17.000000000 +0200
+++ soltools/mkdepend/parse.c	2009-05-18 15:30:43.000000000 +0200
@@ -45,7 +45,7 @@
 	register int	type;
 	boolean recfailOK;
 
-	while ((line = getline(filep))) {
+	while ((line = ooo_getline(filep))) {
 		switch(type = deftype(line, filep, file_red, file, TRUE, symbols)) {
 		case IF:
 		doif:
@@ -168,7 +168,7 @@
 	register char	*line;
 	register int	type;
 
-	while ((line = getline(filep))) {
+	while ((line = ooo_getline(filep))) {
 		switch(type = deftype(line, filep, file_red, file, FALSE, symbols)) {
 		case IF:
 		case IFFALSE:



1.1                  app-office/openoffice/files/buildfix-gcc44.diff

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/buildfix-gcc44.diff?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/buildfix-gcc44.diff?rev=1.1&content-type=text/plain

Index: buildfix-gcc44.diff
===================================================================
--- sw/source/core/doc/docbm.cxx	2009-05-17 16:41:34.765483089 -0500
+++ sw/source/core/doc/docbm.cxx	2009-05-17 16:41:39.141355157 -0500
@@ -33,6 +33,7 @@
 #include "precompiled_sw.hxx"
 
 
+#include <cstdio>
 #include <tools/pstm.hxx>
 #include <svx/linkmgr.hxx>
 #include <fmtanchr.hxx>
--- sw/source/filter/ww8/WW8TableInfo.cxx	2009-05-17 17:06:33.556313757 -0500
+++ sw/source/filter/ww8/WW8TableInfo.cxx	2009-05-17 17:06:46.964547351 -0500
@@ -32,6 +32,7 @@
 #include "precompiled_sw.hxx"
 
 #include <iostream> 
+#include <cstdio>
 #include "WW8TableInfo.hxx"
 #include "swtable.hxx"
 #include "pam.hxx"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-19 11:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-19 11:26 [gentoo-commits] gentoo-x86 commit in app-office/openoffice/files: ooo_getline.diff buildfix-gcc44.diff Andreas Proschofsky (suka)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox