diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2010-06-30 04:45:01 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2010-06-30 04:45:01 +0000 |
commit | d9dd1cdb02cc59a2ca097359e95e5a91b306d23e (patch) | |
tree | 6c13deef2848b69cd19323179364385667a0db9e /net/opal3 | |
parent | 79b98454db473aa6698de6f10e1e023454299a0e (diff) |
Notes
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> |