diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2003-10-01 11:20:42 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2003-10-01 11:20:42 +0000 |
commit | b719a5a0057e2eba43a29c0a0fdee4d45b949811 (patch) | |
tree | 39da0d36307f5e3da369247410c4aaa4987f0939 /www/resin2/files/patch-apache2 | |
parent | Add p5-Apache-Clean 0.05, a mod_perl interface into HTML::Clean. (diff) |
New port: Resin 2.
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Notes
Notes:
svn path=/head/; revision=89966
Diffstat (limited to 'www/resin2/files/patch-apache2')
-rw-r--r-- | www/resin2/files/patch-apache2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/resin2/files/patch-apache2 b/www/resin2/files/patch-apache2 new file mode 100644 index 000000000000..2130da28e974 --- /dev/null +++ b/www/resin2/files/patch-apache2 @@ -0,0 +1,11 @@ +--- src/c/plugin/apache2/mod_caucho.c.orig Tue Apr 15 23:28:46 2003 ++++ src/c/plugin/apache2/mod_caucho.c Fri Jun 6 01:37:29 2003 +@@ -52,7 +52,7 @@ + #include "cse.h" + #include "version.h" + +-#ifndef APR_HAS_THREADS ++#if !APR_HAS_THREADS + #define apr_thread_mutex_t int + #define apr_thread_mutex_create(a,b,c) + #define apr_thread_mutex_lock(a) |