diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-11-16 08:33:09 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-11-16 08:33:09 +0000 |
commit | 9a201016ae7a7540c42c000240e6077b8b31489e (patch) | |
tree | 5f1f36f52cdcf93f5543e3d0d1abb694a7cf0328 /lang/php5/files/patch-Zend::zend.h | |
parent | - Fix pear pkg-plist (diff) |
- Fix pear pkg-plist
- Increase pear memory limit (requested by amd64)
Notes
Notes:
svn path=/head/; revision=148440
Diffstat (limited to 'lang/php5/files/patch-Zend::zend.h')
-rw-r--r-- | lang/php5/files/patch-Zend::zend.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lang/php5/files/patch-Zend::zend.h b/lang/php5/files/patch-Zend::zend.h index 50625c403417..701f6a556f56 100644 --- a/lang/php5/files/patch-Zend::zend.h +++ b/lang/php5/files/patch-Zend::zend.h @@ -1,12 +1,11 @@ ---- Zend/zend.h.orig Mon Dec 6 15:42:56 2004 -+++ Zend/zend.h Mon Dec 6 15:46:40 2004 -@@ -176,7 +176,7 @@ +--- Zend/zend.h.orig Thu Aug 25 19:41:08 2005 ++++ Zend/zend.h Wed Nov 16 09:30:03 2005 +@@ -178,7 +178,7 @@ #endif - - + + -#if (HAVE_ALLOCA || (defined (__GNUC__) && __GNUC__ >= 2)) && !(defined(ZTS) && defined(ZEND_WIN32)) && !(defined(ZTS) && defined(NETWARE)) && !(defined(ZTS) && defined(HPUX)) && !defined(__darwin__) && !defined(__APPLE__) +#if (HAVE_ALLOCA || (defined (__GNUC__) && __GNUC__ >= 2)) && !(defined(ZTS) && defined(ZEND_WIN32)) && !(defined(ZTS) && defined(NETWARE)) && !(defined(ZTS) && defined(HPUX)) && !defined(__darwin__) && !defined(__APPLE__) && !(defined(ZTS) && defined(__FreeBSD__)) # define do_alloca(p) alloca(p) # define free_alloca(p) #else - |