diff options
author | fjoe <fjoe@FreeBSD.org> | 2005-07-15 20:21:58 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2005-07-15 20:21:58 +0800 |
commit | b85a7c607b3bf73c9206ccee06a368ccb2794eee (patch) | |
tree | 8ca287d82d9a39ff5a3814605d420116a9f48118 /net/asterisk10/files | |
parent | 842ea332f0e7aef1047bac0eb6bd5d1824683f2d (diff) | |
download | freebsd-ports-gnome-b85a7c607b3bf73c9206ccee06a368ccb2794eee.tar.gz freebsd-ports-gnome-b85a7c607b3bf73c9206ccee06a368ccb2794eee.tar.zst freebsd-ports-gnome-b85a7c607b3bf73c9206ccee06a368ccb2794eee.zip |
Fix build on RELENG_4 (fix res_watchdog, do not build fax support).
Bump PORTREVISION.
Approved by: MAINTAINER
Diffstat (limited to 'net/asterisk10/files')
-rw-r--r-- | net/asterisk10/files/patch-res-res_watchdog.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/asterisk10/files/patch-res-res_watchdog.c b/net/asterisk10/files/patch-res-res_watchdog.c new file mode 100644 index 000000000000..51e4b0ae6c71 --- /dev/null +++ b/net/asterisk10/files/patch-res-res_watchdog.c @@ -0,0 +1,13 @@ +--- res/res_watchdog.c.orig Fri Jul 15 13:24:24 2005 ++++ res/res_watchdog.c Fri Jul 15 13:24:42 2005 +@@ -40,6 +40,10 @@ + + /* Registrar for operations */ + ++#ifndef O_SYNC ++#define O_SYNC O_FSYNC ++#endif ++ + static struct watchdog_pvt *watchdogs = NULL; + + STANDARD_LOCAL_USER; |