Index: devel/boost-libs/files/patch-boost-config-compiler-clang.hpp =================================================================== --- devel/boost-libs/files/patch-boost-config-compiler-clang.hpp (revision 0) +++ devel/boost-libs/files/patch-boost-config-compiler-clang.hpp (working copy) @@ -0,0 +1,13 @@ +--- boost/config/compiler/clang.hpp.orig 2014-04-02 22:27:46.000000000 -0400 ++++ boost/config/compiler/clang.hpp 2014-04-02 22:28:56.000000000 -0400 +@@ -26,6 +26,10 @@ + # define BOOST_HAS_MS_INT64 + #endif + ++#if defined(__SIZEOF_INT128__) ++# define BOOST_HAS_INT128 ++#endif ++ + #define BOOST_HAS_NRVO + + // Branch prediction hints Index: devel/gdb/Makefile =================================================================== --- devel/gdb/Makefile (revision 349872) +++ devel/gdb/Makefile (working copy) @@ -22,6 +22,7 @@ ${ICONV_CONFIGURE_ARG} \ --without-libunwind-ia64 \ --enable-targets=all +CONFIGURE_ARGS+= --disable-werror CFLAGS:= ${CFLAGS:C/ +$//} # blanks at EOL creep in sometimes CFLAGS+= -DRL_NO_COMPAT EXCLUDE= dejagnu expect sim texinfo intl