diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-05-06 13:26:49 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-05-06 13:26:49 +0000 |
commit | f12d3a0ccb6b5f12408152f1e699e0d91ebfe909 (patch) | |
tree | 7e77ab1846eeb19035bf34f40c8aa72a0f2fd4db /lang/php5/files/patch-configure | |
parent | Update maintainer address (diff) |
Simplify PHP base ports infrastructure:
- remove all slave ports
- add the ability to build all SAPIs concurrently
- update php5 to 5.1.4
*Read* the UPDATING file *before* trying to update PHP
(or at least before mailing me).
Notes
Notes:
svn path=/head/; revision=161492
Diffstat (limited to 'lang/php5/files/patch-configure')
-rw-r--r-- | lang/php5/files/patch-configure | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/lang/php5/files/patch-configure b/lang/php5/files/patch-configure deleted file mode 100644 index 1ac8ec049e63..000000000000 --- a/lang/php5/files/patch-configure +++ /dev/null @@ -1,47 +0,0 @@ ---- 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 -- LIBS="$LIBS -l$ac_cv_pthreads_lib" -+ LIBS="$LIBS $ac_cv_pthreads_lib" - fi - - if test -n "$ac_cv_pthreads_cflags"; then -@@ -12074,7 +12074,7 @@ - if test "$enable_maintainer_zts" = "yes"; then - - if test -n "$ac_cv_pthreads_lib"; then -- LIBS="$LIBS -l$ac_cv_pthreads_lib" -+ LIBS="$LIBS $ac_cv_pthreads_lib" - fi - - if test -n "$ac_cv_pthreads_cflags"; then -@@ -12091,8 +12091,6 @@ - case $host_alias in - *solaris*) - PTHREAD_FLAGS="-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT";; -- *freebsd*) -- PTHREAD_FLAGS="-D_REENTRANT -D_THREAD_SAFE";; - *linux*) - PTHREAD_FLAGS=-D_REENTRANT;; - *aix*) -@@ -100076,7 +100074,7 @@ - save_LIBS=$LIBS - - if test -n "$ac_cv_pthreads_lib"; then -- LIBS="$LIBS -l$ac_cv_pthreads_lib" -+ LIBS="$LIBS $ac_cv_pthreads_lib" - 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'` |