aboutsummaryrefslogtreecommitdiff
path: root/contrib/atf
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2014-02-16 21:53:33 +0000
committerJulio Merino <jmmv@FreeBSD.org>2014-02-16 21:53:33 +0000
commitc9be23cfca9754c8b9d8c06af1d4fd8c190c13e9 (patch)
treef4eaa51844a9df0420e1ef482f5ed68b3ccd2b10 /contrib/atf
parentf785676f2a4a7a9e485a9c482d4e6497babe4392 (diff)
downloadsrc-c9be23cfca9754c8b9d8c06af1d4fd8c190c13e9.tar.gz
src-c9be23cfca9754c8b9d8c06af1d4fd8c190c13e9.zip
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.
Notes
Notes: svn path=/head/; revision=262000
Diffstat (limited to 'contrib/atf')
-rw-r--r--contrib/atf/bconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/atf/bconfig.h b/contrib/atf/bconfig.h
index 2993f225c884..822d934430a5 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.
*/