svn commit: r491353 - head/net/opal/files

Steve Wills swills at FreeBSD.org
Sun Jan 27 14:18:19 UTC 2019


Author: swills
Date: Sun Jan 27 14:18:18 2019
New Revision: 491353
URL: https://svnweb.freebsd.org/changeset/ports/491353

Log:
  net/opal: fix build with H323 option enabled
  
  PR:		230203
  Submitted by:	VVD <vvd at unislabs.com>

Added:
  head/net/opal/files/patch-include_h323_h323ep.h   (contents, props changed)

Added: head/net/opal/files/patch-include_h323_h323ep.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/opal/files/patch-include_h323_h323ep.h	Sun Jan 27 14:18:18 2019	(r491353)
@@ -0,0 +1,11 @@
+--- include/h323/h323ep.h.orig  2013-02-20 06:18:14.000000000 +0400
++++ include/h323/h323ep.h       2018-07-31 01:18:14.180154000 +0300
+@@ -145,7 +145,7 @@
+       OpalCall & call,                  ///<  Owner of connection
+       const PString & party,            ///<  Remote party to call
+       void * userData  = NULL,          ///<  Arbitrary data to pass to connection
+-      unsigned int options = NULL,      ///<  options to pass to conneciton
++      unsigned int options = 0,         ///<  options to pass to conneciton
+       OpalConnection::StringOptions * stringOptions = NULL
+     );
+   //@}


More information about the svn-ports-head mailing list