void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

musl-generic-locale.patch (664B)


      1See
      2https://inbox.vuxu.org/musl/551d3310-039f-23c4-608e-5e15e625f638@sholland.org/
      3
      4diff --git gcc-5.4.0/libstdc++-v3/config/locale/generic/c_locale.cc.orig gcc-5.4.0/libstdc++-v3/config/locale/generic/c_locale.cc
      5--- libstdc++-v3/config/locale/generic/c_locale.cc.orig
      6+++ libstdc++-v3/config/locale/generic/c_locale.cc
      7@@ -213,9 +213,6 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
      8     // Currently, the generic model only supports the "C" locale.
      9     // See http://gcc.gnu.org/ml/libstdc++/2003-02/msg00345.html
     10     __cloc = 0;
     11-    if (strcmp(__s, "C"))
     12-      __throw_runtime_error(__N("locale::facet::_S_create_c_locale "
     13-			    "name not valid"));
     14   }
     15 
     16   void