components/stdcxx/patches/095-19565781.patch
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Thu, 12 Jan 2017 14:51:27 -0800
changeset 7571 9e9a7ce5d204
parent 4498 ce7fc2376fb0
permissions -rw-r--r--
25355423 gcc3 fails in pkgdepend on sparc on the s12-115 nightly

# Internal patch for Studio C++ 12.4.
# The upstream project at the ASF is defunct.
--- stdcxx-4.2.1/include/rw/_config-sunpro.h    Mon Apr  6 12:06:23 2015
+++ stdcxx-4.2.1/include/rw/_config-sunpro.h Tue Apr  7 14:35:34 2015
@@ -63,3 +63,8 @@
 #  define _RWSTD_STRICT_SPARCV8_MUTEX_ALIGNMENT 1
 #endif

+#if defined(_TEMPLATE_NO_EXTDEF)
+#undef _RWSTD_NO_IMPLICIT_INCLUSION
+#define _RWSTD_NO_IMPLICIT_INCLUSION
+#endif
+
--- stdcxx-4.2.1/include/loc/_numpunct.h	Mon Mar 30 23:03:58 2015
+++ stdcxx-4.2.1/include/loc/_numpunct.h	Wed Apr  1 23:04:38 2015
@@ -84,7 +84,7 @@
 
 protected:
 
-    virtual ~numpunct () { }
+    virtual ~numpunct () ;
 
     // 22.2.3.1.2, p1
     virtual char_type do_decimal_point () const {