Date: Sun, 27 Jan 2019 14:18:18 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491353 - head/net/opal/files Message-ID: <201901271418.x0REII2G032333@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 + ); + //@}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901271418.x0REII2G032333>