mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix breagake due to recent BIND9 changes to resolver.
This commit is contained in:
parent
6ed2be1175
commit
cd121fcc5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190080
1 changed files with 14 additions and 0 deletions
14
net/openpbx.org/files/patch-corelib::utils.c
Normal file
14
net/openpbx.org/files/patch-corelib::utils.c
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- corelib/utils.c
|
||||
+++ corelib/utils.c
|
||||
@@ -61,7 +61,7 @@
|
||||
static char base64[64];
|
||||
static char b2a[256];
|
||||
|
||||
-#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined( __NetBSD__ ) || defined(__APPLE__) || defined(__CYGWIN__)
|
||||
+#if (defined(__FreeBSD__) && __FreeBSD_version < 601103) || defined(__OpenBSD__) || defined( __NetBSD__ ) || defined(__APPLE__) || defined(__CYGWIN__)
|
||||
|
||||
/* duh? ERANGE value copied from web... */
|
||||
#define ERANGE 34
|
Loading…
Add table
Reference in a new issue