diff options
Diffstat (limited to 'comms/asterisk/patches/patch-aj')
-rw-r--r-- | comms/asterisk/patches/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/asterisk/patches/patch-aj b/comms/asterisk/patches/patch-aj new file mode 100644 index 00000000000..ba3498b9087 --- /dev/null +++ b/comms/asterisk/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.1 2006/01/02 16:02:10 joerg Exp $ + +--- utils.c.orig 2006-01-02 15:32:32.000000000 +0000 ++++ utils.c +@@ -28,7 +28,7 @@ + static char base64[64]; + static char b2a[256]; + +-#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined( __NetBSD__ ) || defined(__APPLE__) ++#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined( __NetBSD__ ) || defined(__APPLE__) || defined(__DragonFly__) + + /* duh? ERANGE value copied from web... */ + #define ERANGE 34 |