diff options
author | Alex Dupre <ale@FreeBSD.org> | 2013-12-14 12:45:40 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2013-12-14 12:45:40 +0000 |
commit | ce9ba7129c50bca221608eece0b0ecc51ec91914 (patch) | |
tree | a801a1883a7a12dd7c9691e8ae7dccb56307460d /lang/php5/files/patch-TSRM_threads.m4 | |
parent | devel/boost-libs: Backport fix building test framework on non-x86 platforms (diff) |
Update to 5.4.23 release and refresh patches.
Notes
Notes:
svn path=/head/; revision=336439
Diffstat (limited to 'lang/php5/files/patch-TSRM_threads.m4')
-rw-r--r-- | lang/php5/files/patch-TSRM_threads.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php5/files/patch-TSRM_threads.m4 b/lang/php5/files/patch-TSRM_threads.m4 index 227f6d26c9d5..31c0886a732c 100644 --- a/lang/php5/files/patch-TSRM_threads.m4 +++ b/lang/php5/files/patch-TSRM_threads.m4 @@ -1,6 +1,6 @@ ---- TSRM/threads.m4.orig 2005-04-27 15:22:18.000000000 +0200 -+++ TSRM/threads.m4 2009-09-22 10:01:37.000000000 +0200 -@@ -79,7 +79,7 @@ +--- TSRM/threads.m4.orig 2013-12-10 19:32:43.000000000 +0000 ++++ TSRM/threads.m4 2013-12-13 21:55:53.764235920 +0000 +@@ -79,7 +79,7 @@ int main() { pthread_mutexattr_t mattr; int data = 1; pthread_mutexattr_init(&mattr); |