--- net/mosh/Makefile (revision 413958) +++ net/mosh/Makefile (working copy) @@ -18,7 +18,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-utempter --without-ncurses CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \ - TINFO_CFLAGS="-I/usr/include" + TINFO_CFLAGS="-I/usr/include" ac_cv_have_decl___builtin_bswap64="yes" \ + ac_cv_have_decl___builtin_ctz="yes" INSTALL_TARGET= install-strip USE_OPENSSL= yes USES= autoreconf:autoconf ncurses perl5 pkgconfig --- net/mosh/files/patch-src__crypto__ocb.cc (nonexistent) +++ net/mosh/files/patch-src__crypto__ocb.cc (working copy) @@ -0,0 +1,10 @@ +--- src/crypto/ocb.cc.orig 2015-06-26 13:03:41 UTC ++++ src/crypto/ocb.cc +@@ -72,6 +72,7 @@ + /* Includes and compiler specific definitions */ + /* ----------------------------------------------------------------------- */ + ++#include "config.h" + #include "ae.h" + #include + #include