Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2013 14:55:48 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r249703 - stable/9/gnu/lib/libstdc++
Message-ID:  <201304201455.r3KEtmAD058892@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304201455.r3KEtmAD058892>