diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2005-12-09 19:41:41 +0000 | 
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2005-12-09 19:41:41 +0000 | 
| commit | 0edcc400292e872cca3456e62be5cffc5ef26333 (patch) | |
| tree | cc6c372c23a2ece9493d977bfe87c7c39e5e2cf8 /lang/php53/files/patch-configure | |
| parent | Build and install the extensions during build target (diff) | |
Finally update to PHP 5.1.1 release! (And remove unsupported extensions)
Diffstat (limited to 'lang/php53/files/patch-configure')
| -rw-r--r-- | lang/php53/files/patch-configure | 65 | 
1 files changed, 15 insertions, 50 deletions
| diff --git a/lang/php53/files/patch-configure b/lang/php53/files/patch-configure index ecd4454dd4f3..1ac8ec049e63 100644 --- a/lang/php53/files/patch-configure +++ b/lang/php53/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig	Mon Sep  5 13:16:17 2005 -+++ configure	Fri Oct 14 07:48:01 2005 -@@ -2890,7 +2890,7 @@ +--- configure.orig	Wed Nov 23 22:37:49 2005 ++++ configure	Fri Nov 25 10:39:54 2005 +@@ -3654,7 +3654,7 @@     save_LIBS=$LIBS   if test -n "$ac_cv_pthreads_lib"; then @@ -9,7 +9,7 @@   fi   if test -n "$ac_cv_pthreads_cflags"; then -@@ -11285,7 +11285,7 @@ +@@ -12074,7 +12074,7 @@   if test "$enable_maintainer_zts" = "yes"; then   if test -n "$ac_cv_pthreads_lib"; then @@ -18,7 +18,7 @@   fi   if test -n "$ac_cv_pthreads_cflags"; then -@@ -11302,8 +11302,6 @@ +@@ -12091,8 +12091,6 @@     case $host_alias in     *solaris*)       PTHREAD_FLAGS="-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT";; @@ -27,51 +27,7 @@     *linux*)       PTHREAD_FLAGS=-D_REENTRANT;;     *aix*) -@@ -88384,6 +88382,10 @@ - #line 88385 "configure" - #include "confdefs.h" -  -+#if HAVE_UNISTD_H -+#include <unistd.h> -+#endif -+ - #if HAVE_CRYPT_H - #include <crypt.h> - #endif -@@ -88441,6 +88443,10 @@ - #line 88442 "configure" - #include "confdefs.h" -  -+#if HAVE_UNISTD_H -+#include <unistd.h> -+#endif -+ - #if HAVE_CRYPT_H - #include <crypt.h> - #endif -@@ -88498,6 +88504,10 @@ - #line 88499 "configure" - #include "confdefs.h" -  -+#if HAVE_UNISTD_H -+#include <unistd.h> -+#endif -+ - #if HAVE_CRYPT_H - #include <crypt.h> - #endif -@@ -88593,6 +88603,10 @@ - #line 88594 "configure" - #include "confdefs.h" -  -+#if HAVE_UNISTD_H -+#include <unistd.h> -+#endif -+ - #if HAVE_CRYPT_H - #include <crypt.h> - #endif -@@ -101571,7 +101585,7 @@ +@@ -100076,7 +100074,7 @@     save_LIBS=$LIBS   if test -n "$ac_cv_pthreads_lib"; then @@ -80,3 +36,12 @@   fi   if test -n "$ac_cv_pthreads_cflags"; then +@@ -108808,7 +108806,7 @@ +  +  +    +-    for header_file in Zend/ TSRM/ include/ main/ main/streams/ regex/; do ++    for header_file in Zend/ TSRM/ main/ main/streams/ regex/ ext/spl/; do +        +    +   unique=`echo $header_file|$SED 's/[^a-zA-Z0-9]/_/g'` | 
