freebsd-ports/databases/redis-devel/files/patch-src-config.h
Sergey A. Osokin a00ccece1b Use more canonical names for patches.
No functionaly changes.
Don't bump PORTREVISION.

Feature safe: yes
2012-11-22 18:21:12 +00:00

11 lines
355 B
C

--- src/config.h.orig 2012-02-24 16:56:36.000000000 +0400
+++ src/config.h 2012-02-24 16:57:01.000000000 +0400
@@ -25,7 +25,7 @@
#endif
/* Test for backtrace() */
-#if defined(__APPLE__) || defined(__linux__) || defined(__sun)
+#if defined(__APPLE__) || defined(__linux__) || defined(__sun) || defined(__FreeBSD__)
#define HAVE_BACKTRACE 1
#endif