diff options
author | stefan <stefan@FreeBSD.org> | 2010-06-30 12:45:01 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2010-06-30 12:45:01 +0800 |
commit | 9a2ad530d116d6c363310d78bf8d01892a9de2ed (patch) | |
tree | 35c622fb04c8be9f16ae7ebf40e62e90f49b9d1a /net/opal3 | |
parent | d278e7debcd0a3fcd5861b479872da385c548d0e (diff) | |
download | freebsd-ports-gnome-9a2ad530d116d6c363310d78bf8d01892a9de2ed.tar.gz freebsd-ports-gnome-9a2ad530d116d6c363310d78bf8d01892a9de2ed.tar.zst freebsd-ports-gnome-9a2ad530d116d6c363310d78bf8d01892a9de2ed.zip |
- 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
Diffstat (limited to 'net/opal3')
-rw-r--r-- | net/opal3/Makefile | 3 | ||||
-rw-r--r-- | net/opal3/files/patch-include_h323_h323ep.h | 10 |
2 files changed, 12 insertions, 1 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile index cb57c8d89994..4d5bf3444c82 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -7,10 +7,11 @@ PORTNAME= opal3 PORTVERSION= 3.6.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MASTER_SITES= SF/opalvoip/v3.6%20Lalande/Stable%205 DISTNAME= opal-${PORTVERSION} +LICENSE= MPL MAINTAINER= melifaro@ipfw.ru COMMENT= VoIP abstraction library diff --git a/net/opal3/files/patch-include_h323_h323ep.h b/net/opal3/files/patch-include_h323_h323ep.h new file mode 100644 index 000000000000..4bcb555138fc --- /dev/null +++ b/net/opal3/files/patch-include_h323_h323ep.h @@ -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> |