summaryrefslogtreecommitdiff
path: root/devel/gearmand/files/patch-libtest__lite.h
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2013-07-17 18:19:08 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2013-07-17 18:19:08 +0000
commite8bdd4e827eb66e35d6f2ce0b3a2bffd33c1818f (patch)
treed9b38dac9cffd011222c215b148129498160011f /devel/gearmand/files/patch-libtest__lite.h
parentChase security/yara change back to using pcre. (diff)
- Updated to 1.0.6 (1.1.x versions will reside in devel/gearman-devel soon)
- Trimmed Makefile header - Added patches to work around missing alloca.h - Added CONFLICTS to p5-Gearman-Server for gearmand 1.0.* and 1.1.*
Diffstat (limited to 'devel/gearmand/files/patch-libtest__lite.h')
-rw-r--r--devel/gearmand/files/patch-libtest__lite.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gearmand/files/patch-libtest__lite.h b/devel/gearmand/files/patch-libtest__lite.h
new file mode 100644
index 000000000000..de7e33b1ff72
--- /dev/null
+++ b/devel/gearmand/files/patch-libtest__lite.h
@@ -0,0 +1,11 @@
+--- ./libtest/lite.h.orig 2013-05-03 00:58:08.000000000 -0400
++++ ./libtest/lite.h 2013-07-17 10:46:57.000000000 -0400
+@@ -53,6 +53,8 @@
+
+ #if defined(WIN32)
+ # include <malloc.h>
++#elif defined(__FreeBSD__)
++# include <stdlib.h>
+ #else
+ # include <alloca.h>
+ #endif