public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/kword/files: kword-1.6.3-gcc44.patch
@ 2009-06-01  3:25 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 2+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2009-06-01  3:25 UTC (permalink / raw
  To: gentoo-commits

tampakrap    09/06/01 03:25:54

  Added:                kword-1.6.3-gcc44.patch
  Log:
  Added patch for gcc 4.4, bug 270960, thanks to Oschtan
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-office/kword/files/kword-1.6.3-gcc44.patch

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

Index: kword-1.6.3-gcc44.patch
===================================================================
--- kword-1.6.3_p20090204-orig/work/kword-1.6.3_p20090519/filters/kword/pdf/xpdf/goo/gfile.cc	2009-05-25 15:51:25.000000000 +0100
+++ kword-1.6.3_p20090204/work/kword-1.6.3_p20090519/filters/kword/pdf/xpdf/goo/gfile.cc	2009-05-25 15:51:20.000000000 +0100
@@ -277,7 +277,7 @@
 GString *grabPath(const char *fileName) {
 #ifdef VMS
   //---------- VMS ----------
-  char *p;
+  const char *p;
 
   if ((p = strrchr(fileName, ']')))
     return new GString(fileName, p + 1 - fileName);
@@ -287,7 +287,7 @@
 
 #elif defined(__EMX__) || defined(WIN32)
   //---------- OS/2+EMX and Win32 ----------
-  char *p;
+  const char *p;
 
   if ((p = strrchr(fileName, '/')))
     return new GString(fileName, p - fileName);
@@ -300,7 +300,7 @@
 
 #elif defined(ACORN)
   //---------- RISCOS ----------
-  char *p;
+  const char *p;
 
   if ((p = strrchr(fileName, '.')))
     return new GString(fileName, p - fileName);
@@ -307,7 +307,7 @@
 
 #elif defined(MACOS)
   //---------- MacOS ----------
-  char *p;
+  const char *p;
 
   if ((p = strrchr(fileName, ':')))
     return new GString(fileName, p - fileName);
@@ -315,7 +315,7 @@
 
 #else
   //---------- Unix ----------
-  char *p;
+  const char *p;
 
   if ((p = strrchr(fileName, '/')))
     return new GString(fileName, p - fileName);






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-office/kword/files: kword-1.6.3-gcc44.patch
@ 2010-01-09  9:58 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-01-09  9:58 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/01/09 09:58:00

  Removed:              kword-1.6.3-gcc44.patch
  Log:
  Remove KOffice 1.6.3.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-09  9:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-09  9:58 [gentoo-commits] gentoo-x86 commit in app-office/kword/files: kword-1.6.3-gcc44.patch Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-01  3:25 Theo Chatzimichos (tampakrap)

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