aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/asterisk/files/patch-apps::app_rxfax.c4
-rw-r--r--net/asterisk/files/patch-apps::app_txfax.c4
-rw-r--r--net/asterisk10/files/patch-apps::app_rxfax.c4
-rw-r--r--net/asterisk10/files/patch-apps::app_txfax.c4
-rw-r--r--net/asterisk12/files/patch-apps::app_rxfax.c4
-rw-r--r--net/asterisk12/files/patch-apps::app_txfax.c4
-rw-r--r--net/asterisk14/files/patch-apps::app_rxfax.c4
-rw-r--r--net/asterisk14/files/patch-apps::app_txfax.c4
-rw-r--r--net/asterisk16/files/patch-apps::app_rxfax.c4
-rw-r--r--net/asterisk16/files/patch-apps::app_txfax.c4
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>