svn commit: r419315 - head/net/mosh/files

Ryan Steinmetz zi at FreeBSD.org
Sat Jul 30 12:45:33 UTC 2016


Author: zi
Date: Sat Jul 30 12:45:32 2016
New Revision: 419315
URL: https://svnweb.freebsd.org/changeset/ports/419315

Log:
  - Fix build under 11.x
  
  PR:		211437
  Submitted by:	peter@
  Sponsored by:	Maximum Effort

Added:
  head/net/mosh/files/patch-ocb_cc   (contents, props changed)

Added: head/net/mosh/files/patch-ocb_cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/mosh/files/patch-ocb_cc	Sat Jul 30 12:45:32 2016	(r419315)
@@ -0,0 +1,10 @@
+--- src/crypto/ocb.cc	2016-07-29 01:16:31.499636000 -0700
++++ src/crypto/ocb.cc	2016-07-29 01:14:29.364659000 -0700
+@@ -72,6 +72,7 @@ 
+ /* Includes and compiler specific definitions                              */
+ /* ----------------------------------------------------------------------- */
+ 
++#include "byteorder.h"
+ #include "ae.h"
+ #include <stdlib.h>
+ #include <string.h>


More information about the svn-ports-all mailing list