ports/net/opal3/files/patch-spandsp_if.h
Alexander Nedotsukov f30fe30f99 Add net/opal3, VoIP abstraction library v3.
PR:		138718
Feature safe:	yes
2009-09-27 15:52:55 +00:00

14 lines
354 B
C

--- plugins/fax/fax_spandsp/spandsp_util/spandsp_if.h.orig 2009-08-30 02:52:53.000000000 +0400
+++ plugins/fax/fax_spandsp/spandsp_util/spandsp_if.h 2009-08-30 02:53:00.000000000 +0400
@@ -24,6 +24,11 @@
*/
extern "C" {
+#undef __cplusplus
+#undef _MACHINE__STDINT_H_
+#include <machine/_stdint.h>
+#define __cplusplus
+
#include "spandsp.h"
};