From 8819873e321c71fe44b659dbed5e9f047066197b Mon Sep 17 00:00:00 2001 From: pfg Date: Sat, 20 Apr 2013 14:55:48 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.freebsd.org/base/stable/9@249703 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- gnu/lib/libstdc++/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/lib/libstdc++/config.h b/gnu/lib/libstdc++/config.h index 335141981..fbad7e52c 100644 --- a/gnu/lib/libstdc++/config.h +++ b/gnu/lib/libstdc++/config.h @@ -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 -- 2.45.0