public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins/files: abiword-plugins-2.6.8-glibc-2.10.patch
@ 2009-07-29 22:51 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 2+ messages in thread
From: Ryan Hill (dirtyepic) @ 2009-07-29 22:51 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    09/07/29 22:51:02

  Added:                abiword-plugins-2.6.8-glibc-2.10.patch
  Log:
  Fix building w/ glibc-2.10 for bug #273877. Patch pulled from upstream.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-office/abiword-plugins/files/abiword-plugins-2.6.8-glibc-2.10.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/files/abiword-plugins-2.6.8-glibc-2.10.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/files/abiword-plugins-2.6.8-glibc-2.10.patch?rev=1.1&content-type=text/plain

Index: abiword-plugins-2.6.8-glibc-2.10.patch
===================================================================
diff -Naurp abiword-plugins-2.6.8-orig/tools/abicommand/xp/AbiCommand.cpp abiword-plugins-2.6.8/tools/abicommand/xp/AbiCommand.cpp
--- abiword-plugins-2.6.8-orig/tools/abicommand/xp/AbiCommand.cpp	2007-10-11 14:05:55.000000000 -0600
+++ abiword-plugins-2.6.8/tools/abicommand/xp/AbiCommand.cpp	2009-07-29 16:37:31.022705617 -0600
@@ -551,7 +551,7 @@ AbiCommand::parseTokens (UT_Vector * pTo
 				UT_UTF8String *pCom1 =
 					const_cast < UT_UTF8String * >(static_cast < const UT_UTF8String * >(pToks->getNthItem (1)));
 				printf(" Filename %s \n",pCom1->utf8_str());
-				char *suffix = rindex (pCom1->utf8_str (), '.');
+				const char *suffix = const_cast<const char*>(rindex (pCom1->utf8_str (), '.'));
 
 				if (suffix != NULL)
 				{






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

* [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins/files: abiword-plugins-2.6.8-glibc-2.10.patch
@ 2010-02-22 18:50 Fabio Erculiani (lxnay)
  0 siblings, 0 replies; 2+ messages in thread
From: Fabio Erculiani (lxnay) @ 2010-02-22 18:50 UTC (permalink / raw
  To: gentoo-commits

lxnay       10/02/22 18:50:42

  Added:                abiword-plugins-2.6.8-glibc-2.10.patch
  Log:
  re-add previous glibc-2.10 patch, still required by package
  (Portage version: 2.2_rc60/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-office/abiword-plugins/files/abiword-plugins-2.6.8-glibc-2.10.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/files/abiword-plugins-2.6.8-glibc-2.10.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/files/abiword-plugins-2.6.8-glibc-2.10.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/files/abiword-plugins-2.6.8-glibc-2.10.patch?r1=1.2&r2=1.3







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

end of thread, other threads:[~2010-02-22 18:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-22 18:50 [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins/files: abiword-plugins-2.6.8-glibc-2.10.patch Fabio Erculiani (lxnay)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-29 22:51 Ryan Hill (dirtyepic)

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