diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2019-11-21 19:27:39 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2019-11-21 19:27:39 +0000 |
commit | 89e0b04783bb6f6a0dde7811bb8af7da69eeac17 (patch) | |
tree | f097f4a4a9b81f0cf39752ffc85ef362a0176797 /databases/redis4/files/patch-src-config.h | |
parent | cad/openvsp: update to 3.19.1 (diff) |
Repocopy the databases/redis to the databases/redis4 to update
the databases/redis port to the latest stable version, 5.0.6.
PR: 241526
Reviewed by: portmgr (adamw)
Approved by: portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D22336
Notes
Notes:
svn path=/head/; revision=518107
Diffstat (limited to 'databases/redis4/files/patch-src-config.h')
-rw-r--r-- | databases/redis4/files/patch-src-config.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/redis4/files/patch-src-config.h b/databases/redis4/files/patch-src-config.h new file mode 100644 index 000000000000..23666a862b96 --- /dev/null +++ b/databases/redis4/files/patch-src-config.h @@ -0,0 +1,11 @@ +--- src/config.h.orig 2015-04-07 21:24:36.634829000 +0300 ++++ src/config.h 2015-04-07 21:24:53.388849000 +0300 +@@ -62,7 +62,7 @@ + #endif + + /* Test for backtrace() */ +-#if defined(__APPLE__) || (defined(__linux__) && defined(__GLIBC__)) ++#if defined(__APPLE__) || (defined(__linux__) && defined(__GLIBC__)) || defined(__FreeBSD__) + #define HAVE_BACKTRACE 1 + #endif + |