svn commit: r262000 - head/contrib/atf

Julio Merino jmmv at FreeBSD.org
Sun Feb 16 21:53:34 UTC 2014


Author: jmmv
Date: Sun Feb 16 21:53:33 2014
New Revision: 262000
URL: http://svnweb.freebsd.org/changeset/base/262000

Log:
  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.

Modified:
  head/contrib/atf/bconfig.h

Modified: head/contrib/atf/bconfig.h
==============================================================================
--- head/contrib/atf/bconfig.h	Sun Feb 16 20:54:26 2014	(r261999)
+++ head/contrib/atf/bconfig.h	Sun Feb 16 21:53:33 2014	(r262000)
@@ -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.
    */


More information about the svn-src-head mailing list