summaryrefslogtreecommitdiff
path: root/lang/php53/files/patch-TSRM_threads.m4
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-11-19 10:43:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-11-19 10:43:57 +0000
commitf982be45e81588a27383cd1a3eb12789b8498904 (patch)
tree07be283d015b2c39f95e655cb7328ff355bc47fa /lang/php53/files/patch-TSRM_threads.m4
parent- Fix modes of the temp directory [1] (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_4_0'.release/6.4.0
Diffstat (limited to 'lang/php53/files/patch-TSRM_threads.m4')
-rw-r--r--lang/php53/files/patch-TSRM_threads.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/php53/files/patch-TSRM_threads.m4 b/lang/php53/files/patch-TSRM_threads.m4
deleted file mode 100644
index 6208eac7f79c..000000000000
--- a/lang/php53/files/patch-TSRM_threads.m4
+++ /dev/null
@@ -1,11 +0,0 @@
---- TSRM/threads.m4.orig Wed Apr 27 15:22:18 2005
-+++ TSRM/threads.m4 Wed May 3 10:02:34 2006
-@@ -164,7 +164,7 @@
- dnl
- AC_DEFUN([PTHREADS_ASSIGN_VARS],[
- 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