- 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:
Stefan Walter 2010-06-30 04:45:01 +00:00
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

View file

@ -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

View 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>