mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Fix build with H.323 (fixed by Richard Kolkovich <richard@sigil.org>).
- Add port license. PR: 146420 Submitted by: Richard Kolkovich <richard@sigil.org> Patch by: Richard Kolkovich <richard@sigil.org> "Alexander V. Chernikov" <melifaro@ipfw.ru> (maintainer) Feature safe: yes
This commit is contained in:
parent
79b98454db
commit
d9dd1cdb02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257187
2 changed files with 12 additions and 1 deletions
|
@ -7,10 +7,11 @@
|
||||||
|
|
||||||
PORTNAME= opal3
|
PORTNAME= opal3
|
||||||
PORTVERSION= 3.6.6
|
PORTVERSION= 3.6.6
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= SF/opalvoip/v3.6%20Lalande/Stable%205
|
MASTER_SITES= SF/opalvoip/v3.6%20Lalande/Stable%205
|
||||||
DISTNAME= opal-${PORTVERSION}
|
DISTNAME= opal-${PORTVERSION}
|
||||||
|
LICENSE= MPL
|
||||||
|
|
||||||
MAINTAINER= melifaro@ipfw.ru
|
MAINTAINER= melifaro@ipfw.ru
|
||||||
COMMENT= VoIP abstraction library
|
COMMENT= VoIP abstraction library
|
||||||
|
|
10
net/opal3/files/patch-include_h323_h323ep.h
Normal file
10
net/opal3/files/patch-include_h323_h323ep.h
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- include/h323/h323ep.h.orig 2010-06-29 22:41:03.000000000 +0400
|
||||||
|
+++ include/h323/h323ep.h 2010-06-29 22:41:17.000000000 +0400
|
||||||
|
@@ -49,6 +49,7 @@
|
||||||
|
#include <h323/h323con.h>
|
||||||
|
#include <h323/h323caps.h>
|
||||||
|
#include <h323/h235auth.h>
|
||||||
|
+#include <asn/h225.h>
|
||||||
|
|
||||||
|
#if OPAL_H460
|
||||||
|
#include <h460/h4601.h>
|
Loading…
Add table
Reference in a new issue