diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-07-20 00:19:08 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-07-20 00:19:08 +0000 |
commit | 7dfc5ecd1b23494d5a9bbe9ce44a0c2fc3f61ce8 (patch) | |
tree | 53016095da7a7242d145085c9479693889fe3c3a /net/asterisk/files/patch-apps::app_rxfax.c | |
parent | e1d81e1cbdb3f247174ee1343dad013f5f48d4bb (diff) |
Fix build on 4.x. Untested due to the lack of 4.x system.
No PORTREVISION bump since it doens't change package content.
Submitted by: Andriy I Pylypenko <bamby@ua.fm>
Notes
Notes:
svn path=/head/; revision=168288
Diffstat (limited to 'net/asterisk/files/patch-apps::app_rxfax.c')
-rw-r--r-- | net/asterisk/files/patch-apps::app_rxfax.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/asterisk/files/patch-apps::app_rxfax.c b/net/asterisk/files/patch-apps::app_rxfax.c index d294ecdfd5e2..cabfb1a98604 100644 --- a/net/asterisk/files/patch-apps::app_rxfax.c +++ b/net/asterisk/files/patch-apps::app_rxfax.c @@ -3,7 +3,7 @@ $FreeBSD$ --- apps/app_rxfax.c.orig +++ apps/app_rxfax.c -@@ -0,0 +1,391 @@ +@@ -0,0 +1,393 @@ +/* + * Asterisk -- A telephony toolkit for Linux. + * @@ -27,7 +27,9 @@ $FreeBSD$ +#endif +#include <pthread.h> +#include <errno.h> ++#if !defined(__FreeBSD__) || __FreeBSD_version >= 503000 +#include <tgmath.h> ++#endif +#include <tiffio.h> + +#include <spandsp.h> |