diff options
author | sobomax <sobomax@FreeBSD.org> | 2006-07-20 08:19:08 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2006-07-20 08:19:08 +0800 |
commit | 4d01850fe6e3f6d72889a8ab45e92b1edf564da3 (patch) | |
tree | cb323595eae3ec2bd6544cc8f5f70090e1f8369c /net | |
parent | 6c9e7354a5e958c67bd63cd216188e5522941fcb (diff) | |
download | freebsd-ports-gnome-4d01850fe6e3f6d72889a8ab45e92b1edf564da3.tar.gz freebsd-ports-gnome-4d01850fe6e3f6d72889a8ab45e92b1edf564da3.tar.zst freebsd-ports-gnome-4d01850fe6e3f6d72889a8ab45e92b1edf564da3.zip |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk/files/patch-apps::app_rxfax.c | 4 | ||||
-rw-r--r-- | net/asterisk/files/patch-apps::app_txfax.c | 4 | ||||
-rw-r--r-- | net/asterisk10/files/patch-apps::app_rxfax.c | 4 | ||||
-rw-r--r-- | net/asterisk10/files/patch-apps::app_txfax.c | 4 | ||||
-rw-r--r-- | net/asterisk12/files/patch-apps::app_rxfax.c | 4 | ||||
-rw-r--r-- | net/asterisk12/files/patch-apps::app_txfax.c | 4 | ||||
-rw-r--r-- | net/asterisk14/files/patch-apps::app_rxfax.c | 4 | ||||
-rw-r--r-- | net/asterisk14/files/patch-apps::app_txfax.c | 4 | ||||
-rw-r--r-- | net/asterisk16/files/patch-apps::app_rxfax.c | 4 | ||||
-rw-r--r-- | net/asterisk16/files/patch-apps::app_txfax.c | 4 |
10 files changed, 30 insertions, 10 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> diff --git a/net/asterisk/files/patch-apps::app_txfax.c b/net/asterisk/files/patch-apps::app_txfax.c index 0a3a1d5d52ac..8d81a55ae13c 100644 --- a/net/asterisk/files/patch-apps::app_txfax.c +++ b/net/asterisk/files/patch-apps::app_txfax.c @@ -3,7 +3,7 @@ $FreeBSD$ --- apps/app_txfax.c.orig +++ apps/app_txfax.c -@@ -0,0 +1,318 @@ +@@ -0,0 +1,320 @@ +/* + * 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> diff --git a/net/asterisk10/files/patch-apps::app_rxfax.c b/net/asterisk10/files/patch-apps::app_rxfax.c index d294ecdfd5e2..cabfb1a98604 100644 --- a/net/asterisk10/files/patch-apps::app_rxfax.c +++ b/net/asterisk10/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> diff --git a/net/asterisk10/files/patch-apps::app_txfax.c b/net/asterisk10/files/patch-apps::app_txfax.c index 0a3a1d5d52ac..8d81a55ae13c 100644 --- a/net/asterisk10/files/patch-apps::app_txfax.c +++ b/net/asterisk10/files/patch-apps::app_txfax.c @@ -3,7 +3,7 @@ $FreeBSD$ --- apps/app_txfax.c.orig +++ apps/app_txfax.c -@@ -0,0 +1,318 @@ +@@ -0,0 +1,320 @@ +/* + * 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> diff --git a/net/asterisk12/files/patch-apps::app_rxfax.c b/net/asterisk12/files/patch-apps::app_rxfax.c index d294ecdfd5e2..cabfb1a98604 100644 --- a/net/asterisk12/files/patch-apps::app_rxfax.c +++ b/net/asterisk12/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> diff --git a/net/asterisk12/files/patch-apps::app_txfax.c b/net/asterisk12/files/patch-apps::app_txfax.c index 0a3a1d5d52ac..8d81a55ae13c 100644 --- a/net/asterisk12/files/patch-apps::app_txfax.c +++ b/net/asterisk12/files/patch-apps::app_txfax.c @@ -3,7 +3,7 @@ $FreeBSD$ --- apps/app_txfax.c.orig +++ apps/app_txfax.c -@@ -0,0 +1,318 @@ +@@ -0,0 +1,320 @@ +/* + * 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> diff --git a/net/asterisk14/files/patch-apps::app_rxfax.c b/net/asterisk14/files/patch-apps::app_rxfax.c index d294ecdfd5e2..cabfb1a98604 100644 --- a/net/asterisk14/files/patch-apps::app_rxfax.c +++ b/net/asterisk14/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> diff --git a/net/asterisk14/files/patch-apps::app_txfax.c b/net/asterisk14/files/patch-apps::app_txfax.c index 0a3a1d5d52ac..8d81a55ae13c 100644 --- a/net/asterisk14/files/patch-apps::app_txfax.c +++ b/net/asterisk14/files/patch-apps::app_txfax.c @@ -3,7 +3,7 @@ $FreeBSD$ --- apps/app_txfax.c.orig +++ apps/app_txfax.c -@@ -0,0 +1,318 @@ +@@ -0,0 +1,320 @@ +/* + * 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> diff --git a/net/asterisk16/files/patch-apps::app_rxfax.c b/net/asterisk16/files/patch-apps::app_rxfax.c index d294ecdfd5e2..cabfb1a98604 100644 --- a/net/asterisk16/files/patch-apps::app_rxfax.c +++ b/net/asterisk16/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> diff --git a/net/asterisk16/files/patch-apps::app_txfax.c b/net/asterisk16/files/patch-apps::app_txfax.c index 0a3a1d5d52ac..8d81a55ae13c 100644 --- a/net/asterisk16/files/patch-apps::app_txfax.c +++ b/net/asterisk16/files/patch-apps::app_txfax.c @@ -3,7 +3,7 @@ $FreeBSD$ --- apps/app_txfax.c.orig +++ apps/app_txfax.c -@@ -0,0 +1,318 @@ +@@ -0,0 +1,320 @@ +/* + * 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> |