View | Details | Raw Unified | Return to bug 163635
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 11-21 Link Here
11
CATEGORIES=	net
11
CATEGORIES=	net
12
MASTER_SITES=	SF/opalvoip/v3.6%20Lalande/Stable%205
12
MASTER_SITES=	SF/opalvoip/v3.6%20Lalande/Stable%205
13
DISTNAME=	opal-${PORTVERSION}
13
DISTNAME=	opal-${PORTVERSION}
14
LICENSE=	MPL
15
14
16
MAINTAINER=	melifaro@ipfw.ru
15
MAINTAINER=	melifaro@ipfw.ru
17
COMMENT=	VoIP abstraction library
16
COMMENT=	VoIP abstraction library
18
17
18
LICENSE=	MPL
19
19
LIB_DEPENDS=	pt-2.6.[4-9]:${PORTSDIR}/devel/ptlib26
20
LIB_DEPENDS=	pt-2.6.[4-9]:${PORTSDIR}/devel/ptlib26
20
21
21
CONFLICTS=	opal-2.*
22
CONFLICTS=	opal-2.*
(-)files/patch-spandsp_fax.cpp (+10 lines)
Added Link Here
1
--- plugins/fax/fax_spandsp/spandsp_fax.cpp.orig	2011-12-26 21:02:09.000000000 +0000
2
+++ plugins/fax/fax_spandsp/spandsp_fax.cpp	2011-12-26 21:01:38.000000000 +0000
3
@@ -42,6 +42,7 @@
4
  *
5
  */
6
 
7
+#define __STDC_LIMIT_MACROS
8
 #include <codec/opalplugin.h>
9
 
10
 extern "C" {
(-)files/patch-spandsp_if.cpp (+10 lines)
Added Link Here
1
--- plugins/fax/fax_spandsp/spandsp_util/spandsp_if.cpp.orig	2011-12-26 21:04:48.000000000 +0000
2
+++ plugins/fax/fax_spandsp/spandsp_util/spandsp_if.cpp	2011-12-26 21:05:21.000000000 +0000
3
@@ -23,6 +23,7 @@
4
  * $Id: spandsp_if.cpp,v 1.7 2007/07/24 04:39:44 csoutheren Exp $
5
  */
6
 
7
+#define __STDC_LIMIT_MACROS
8
 #include "spandsp_if.h"
9
 
10
 #include <iostream>
(-)files/patch-spandsp_if.h (-14 lines)
Removed Link Here
1
--- plugins/fax/fax_spandsp/spandsp_util/spandsp_if.h.orig	2009-08-30 02:52:53.000000000 +0400
2
+++ plugins/fax/fax_spandsp/spandsp_util/spandsp_if.h	2009-08-30 02:53:00.000000000 +0400
3
@@ -24,6 +24,11 @@
4
  */
5
 
6
 extern "C" {
7
+#undef __cplusplus
8
+#undef _MACHINE__STDINT_H_
9
+#include <machine/_stdint.h>
10
+#define __cplusplus
11
+
12
 #include "spandsp.h"
13
 };
14
 

Return to bug 163635