View | Details | Raw Unified | Return to bug 209019 | Differences between
and this patch

Collapse All | Expand All

(-)net/mosh/Makefile (-1 / +2 lines)
Lines 18-24 Link Here
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
CONFIGURE_ARGS=	--with-utempter --without-ncurses
19
CONFIGURE_ARGS=	--with-utempter --without-ncurses
20
CONFIGURE_ENV+=	OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \
20
CONFIGURE_ENV+=	OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \
21
		TINFO_CFLAGS="-I/usr/include"
21
		TINFO_CFLAGS="-I/usr/include" ac_cv_have_decl___builtin_bswap64="yes" \
22
		ac_cv_have_decl___builtin_ctz="yes"
22
INSTALL_TARGET=	install-strip
23
INSTALL_TARGET=	install-strip
23
USE_OPENSSL=	yes
24
USE_OPENSSL=	yes
24
USES=		autoreconf:autoconf ncurses perl5 pkgconfig
25
USES=		autoreconf:autoconf ncurses perl5 pkgconfig
(-)net/mosh/files/patch-src__crypto__ocb.cc (+10 lines)
Line 0 Link Here
1
--- src/crypto/ocb.cc.orig	2015-06-26 13:03:41 UTC
2
+++ src/crypto/ocb.cc
3
@@ -72,6 +72,7 @@
4
 /* Includes and compiler specific definitions                              */
5
 /* ----------------------------------------------------------------------- */
6
 
7
+#include "config.h"
8
 #include "ae.h"
9
 #include <stdlib.h>
10
 #include <string.h>

Return to bug 209019