From 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 17:12:47 +0000 Subject: Rename all patches that contain '::' as a path separator, and use '__' instead. --- lang/php55/files/patch-Zend__zend.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/php55/files/patch-Zend__zend.h (limited to 'lang/php55/files/patch-Zend__zend.h') diff --git a/lang/php55/files/patch-Zend__zend.h b/lang/php55/files/patch-Zend__zend.h new file mode 100644 index 000000000000..7dca382ebce9 --- /dev/null +++ b/lang/php55/files/patch-Zend__zend.h @@ -0,0 +1,11 @@ +--- Zend/zend.h.orig 2013-12-10 23:31:06.000000000 +0000 ++++ Zend/zend.h 2013-12-13 21:50:24.994258569 +0000 +@@ -193,7 +193,7 @@ char *alloca (); + #endif + #define restrict __restrict__ + +-#if (HAVE_ALLOCA || (defined (__GNUC__) && __GNUC__ >= 2)) && !(defined(ZTS) && defined(ZEND_WIN32)) && !(defined(ZTS) && defined(NETWARE)) && !(defined(ZTS) && defined(HPUX)) && !defined(DARWIN) ++#if (HAVE_ALLOCA || (defined (__GNUC__) && __GNUC__ >= 2)) && !(defined(ZTS) && defined(ZEND_WIN32)) && !(defined(ZTS) && defined(NETWARE)) && !(defined(ZTS) && defined(HPUX)) && !defined(DARWIN) && !(defined(ZTS) && defined(__FreeBSD__)) + # define ZEND_ALLOCA_MAX_SIZE (32 * 1024) + # define ALLOCA_FLAG(name) \ + zend_bool name; -- cgit v1.2.3