summaryrefslogtreecommitdiff
path: root/net/opal
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-01-27 14:18:18 +0000
committerSteve Wills <swills@FreeBSD.org>2019-01-27 14:18:18 +0000
commit3fa46335fd3a611cd5e3949f0017fbd8fc11a013 (patch)
treeb58683b1e7ffe12632273a9fce5b0651faccb475 /net/opal
parentUpdate to 5.7 (diff)
net/opal: fix build with H323 option enabled
PR: 230203 Submitted by: VVD <vvd@unislabs.com>
Notes
Notes: svn path=/head/; revision=491353
Diffstat (limited to 'net/opal')
-rw-r--r--net/opal/files/patch-include_h323_h323ep.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/opal/files/patch-include_h323_h323ep.h b/net/opal/files/patch-include_h323_h323ep.h
new file mode 100644
index 000000000000..e23545ad0e3b
--- /dev/null
+++ b/net/opal/files/patch-include_h323_h323ep.h
@@ -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
+ );
+ //@}