summaryrefslogtreecommitdiff
path: root/lang/php55/files/patch-TSRM_threads.m4
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-10-21 07:30:32 +0000
committerRene Ladan <rene@FreeBSD.org>2016-10-21 07:30:32 +0000
commit87a09e788fd713fb5c314f2fa9d9134fef902401 (patch)
tree2fb06aa538d7e0beddd857fc446f090c3bb788b8 /lang/php55/files/patch-TSRM_threads.m4
parentUnlink expired PHP5.5 ports. (diff)
Remove expired PHP5.5 ports.
Notes
Notes: svn path=/head/; revision=424382
Diffstat (limited to 'lang/php55/files/patch-TSRM_threads.m4')
-rw-r--r--lang/php55/files/patch-TSRM_threads.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/php55/files/patch-TSRM_threads.m4 b/lang/php55/files/patch-TSRM_threads.m4
deleted file mode 100644
index 299350f078b6..000000000000
--- a/lang/php55/files/patch-TSRM_threads.m4
+++ /dev/null
@@ -1,11 +0,0 @@
---- TSRM/threads.m4.orig 2013-12-10 23:31:06.000000000 +0000
-+++ TSRM/threads.m4 2013-12-13 21:50:24.898258559 +0000
-@@ -79,7 +79,7 @@ int main() {
- pthread_mutexattr_t mattr;
- int data = 1;
- pthread_mutexattr_init(&mattr);
-- return pthread_create(&thd, NULL, thread_routine, &data);
-+ return 0;
- } ], [
- pthreads_working=yes
- ], [