89e0b04783
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
12 lines
367 B
C
12 lines
367 B
C
--- 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
|
|
|