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
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to