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/php53/files/patch-TSRM_threads.m4 | |
parent | c98b5156448cba566825c999725c2c7f544414a5 (diff) |
Notes
Diffstat (limited to 'lang/php53/files/patch-TSRM_threads.m4')
-rw-r--r-- | lang/php53/files/patch-TSRM_threads.m4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/php53/files/patch-TSRM_threads.m4 b/lang/php53/files/patch-TSRM_threads.m4 new file mode 100644 index 000000000000..6208eac7f79c --- /dev/null +++ b/lang/php53/files/patch-TSRM_threads.m4 @@ -0,0 +1,11 @@ +--- 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 |