svn commit: r249703 - stable/9/gnu/lib/libstdc++

Pedro F. Giffuni pfg at FreeBSD.org
Sat Apr 20 14:55:48 UTC 2013


Author: pfg
Date: Sat Apr 20 14:55:48 2013
New Revision: 249703
URL: http://svnweb.freebsd.org/changeset/base/249703

Log:
  libstdc++: Revert the expl addition from r246857.
  
  When the needed configuration update to libstdc++ was done.
  we overlooked  that expl hasn't been merged. This is causing
  breakage in  some ports.
  
  Reported by:	Diane Bruce
  Reviewed by:	dim

Modified:
  stable/9/gnu/lib/libstdc++/config.h

Modified: stable/9/gnu/lib/libstdc++/config.h
==============================================================================
--- stable/9/gnu/lib/libstdc++/config.h	Sat Apr 20 14:44:28 2013	(r249702)
+++ stable/9/gnu/lib/libstdc++/config.h	Sat Apr 20 14:55:48 2013	(r249703)
@@ -67,7 +67,7 @@
 #define HAVE_EXPF 1
 
 /* Define to 1 if you have the `expl' function. */
-#define HAVE_EXPL 1
+/* #undef HAVE_EXPL 1 */
 
 /* Define to 1 if you have the `fabsf' function. */
 #define HAVE_FABSF 1


More information about the svn-src-all mailing list