public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/crf++/files: crf++-0.50-gcc43.patch
@ 2008-06-15 20:59 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; only message in thread
From: Peter Alfredsen (loki_val) @ 2008-06-15 20:59 UTC (permalink / raw
  To: gentoo-commits

loki_val    08/06/15 20:59:22

  Added:                crf++-0.50-gcc43.patch
  Log:
  Fix 227295, Gcc-4.3 compatibility. Bump to newest, remove old.
  (Portage version: 2.1.5.5)

Revision  Changes    Path
1.1                  app-text/crf++/files/crf++-0.50-gcc43.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/crf++/files/crf++-0.50-gcc43.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/crf++/files/crf++-0.50-gcc43.patch?rev=1.1&content-type=text/plain

Index: crf++-0.50-gcc43.patch
===================================================================
diff -NrU5 CRF++-0.50.orig/freelist.h CRF++-0.50/freelist.h
--- CRF++-0.50.orig/freelist.h	2008-06-15 22:42:21.000000000 +0200
+++ CRF++-0.50/freelist.h	2008-06-15 22:47:44.000000000 +0200
@@ -7,10 +7,11 @@
 //
 #ifndef CRFPP_FREELIST_H__
 #define CRFPP_FREELIST_H__
 
 #include <vector>
+#include <cstring>
 
 namespace CRFPP {
   template <class T>
   class Length {
   public:
diff -NrU5 CRF++-0.50.orig/param.h CRF++-0.50/param.h
--- CRF++-0.50.orig/param.h	2008-06-15 22:42:21.000000000 +0200
+++ CRF++-0.50/param.h	2008-06-15 22:44:33.000000000 +0200
@@ -28,11 +28,11 @@
     }
     return result;
   }
 
   template <>
-  static std::string lexical_cast<std::string, std::string>(std::string arg) {
+  std::string lexical_cast<std::string, std::string>(std::string arg) {
     return arg;
   }
 
   struct Option {
     const char *name;



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-06-15 20:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-15 20:59 [gentoo-commits] gentoo-x86 commit in app-text/crf++/files: crf++-0.50-gcc43.patch Peter Alfredsen (loki_val)

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