diff options
author | jmmv <jmmv@FreeBSD.org> | 2014-02-16 21:53:33 +0000 |
---|---|---|
committer | jmmv <jmmv@FreeBSD.org> | 2014-02-16 21:53:33 +0000 |
commit | a39a0c3c9dffa26d7e58fe39abe43ac8061f212b (patch) | |
tree | f4eaa51844a9df0420e1ef482f5ed68b3ccd2b10 /contrib/atf | |
parent | a8b6bed2235e2f5bb0657c8ba541748992f71e80 (diff) | |
download | FreeBSD-src-a39a0c3c9dffa26d7e58fe39abe43ac8061f212b.zip FreeBSD-src-a39a0c3c9dffa26d7e58fe39abe43ac8061f212b.tar.gz |
Undefine HAVE_VSNPRINTF_IN_STD.
Should fix the build with g++/libstdc++.
This is what we used to do prior the import of atf 0.20 and the build worked
just fine with both libstdc++ and libc++. Still investigating how to properly
fix this upstream so that we do not hit the same issue on the next import.
Diffstat (limited to 'contrib/atf')
-rw-r--r-- | contrib/atf/bconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/atf/bconfig.h b/contrib/atf/bconfig.h index 2993f22..822d934 100644 --- a/contrib/atf/bconfig.h +++ b/contrib/atf/bconfig.h @@ -56,7 +56,7 @@ #define HAVE_UNSETENV 1 /* Define to 1 if vsnprintf is in std */ -#define HAVE_VSNPRINTF_IN_STD 1 +/* #undef HAVE_VSNPRINTF_IN_STD */ /* Define to the sub-directory in which libtool stores uninstalled libraries. */ |