public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/grantlee/files: grantlee-0.1.8-arm.patch
@ 2011-06-18 16:35 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-06-18 16:35 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/06/18 16:35:41

  Added:                grantlee-0.1.8-arm.patch
  Log:
  Make grantlee-1.8 build on arm, where qreal!=double...
  
  (Portage version: 2.1.10.1/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-libs/grantlee/files/grantlee-0.1.8-arm.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/grantlee/files/grantlee-0.1.8-arm.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/grantlee/files/grantlee-0.1.8-arm.patch?rev=1.1&content-type=text/plain

Index: grantlee-0.1.8-arm.patch
===================================================================
diff -ruN grantlee-0.1.8.orig/templates/lib/abstractlocalizer.cpp grantlee-0.1.8/templates/lib/abstractlocalizer.cpp
--- grantlee-0.1.8.orig/templates/lib/abstractlocalizer.cpp	2011-01-24 09:32:38.000000000 +0100
+++ grantlee-0.1.8/templates/lib/abstractlocalizer.cpp	2011-06-18 18:07:49.000000000 +0200
@@ -47,7 +47,7 @@
   else if ( isSafeString( variant ) )
     return localizeString( getSafeString( variant ).get() );
   else if ( variant.type() == QVariant::Double )
-    return localizeNumber( variant.toDouble() );
+    return localizeNumber( qreal(variant.toDouble()) );
   else if ( variant.canConvert( QVariant::LongLong ) )
     return localizeNumber( variant.toInt() );
   return QString();






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/grantlee/files: grantlee-0.1.8-arm.patch
@ 2012-08-19  7:58 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-08-19  7:58 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/08/19 07:58:28

  Removed:              grantlee-0.1.8-arm.patch
  Log:
  Stable on ppc wrt bug#431894. Drop older.
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)


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

end of thread, other threads:[~2012-08-19  7:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-19  7:58 [gentoo-commits] gentoo-x86 commit in dev-libs/grantlee/files: grantlee-0.1.8-arm.patch Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-18 16:35 Andreas HAttel (dilfridge)

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