FreeBSD Bugzilla – Attachment 93681 Details for
Bug 131649
port patch fix - www/mod_lisp2 - fix for apache22
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
www_mod_lisp2.patch
www_mod_lisp2.patch (text/plain), 1.14 KB, created by
Erik Greenwald
on 2009-02-13 16:20:01 UTC
(
hide
)
Description:
www_mod_lisp2.patch
Filename:
MIME Type:
Creator:
Erik Greenwald
Created:
2009-02-13 16:20:01 UTC
Size:
1.14 KB
patch
obsolete
>Index: www/mod_lisp2/files/patch-mod_lisp2.c >=================================================================== >RCS file: /home/ncvs/ports/www/mod_lisp2/files/patch-mod_lisp2.c,v >retrieving revision 1.1 >diff -u -r1.1 patch-mod_lisp2.c >--- www/mod_lisp2/files/patch-mod_lisp2.c 21 Jun 2008 12:36:42 -0000 1.1 >+++ www/mod_lisp2/files/patch-mod_lisp2.c 13 Feb 2009 15:33:27 -0000 >@@ -1,6 +1,6 @@ >---- mod_lisp2.c.orig 2008-06-17 17:51:40.000000000 +0200 >-+++ mod_lisp2.c 2008-06-17 17:53:20.000000000 +0200 >-@@ -153,7 +153,7 @@ >+--- mod_lisp2.c.orig 2007-07-17 09:11:05.000000000 -0400 >++++ mod_lisp2.c 2009-02-13 10:30:48.000000000 -0500 >+@@ -153,11 +153,11 @@ > #include <stdlib.h> > #include <string.h> > >@@ -9,6 +9,11 @@ > /* Work out the version of the apache portable runtime (APR) we're > * compiling against... with version 1.2.2 some of the interfaces > * changed a bit. */ >+-#if (APR_MAJOR_VERSION==1 && APR_MINOR_VERSION==2 && APR_PATCH_VERSION>=2) >++#if (APR_MAJOR_VERSION==1 && ((APR_MINOR_VERSION==2 && APR_PATCH_VERSION>=2) || APR_MINOR_VERSION>=3)) >+ #define HAVE_APR_1_2_2 1 >+ #endif >+ > @@ -576,7 +576,7 @@ > lisp_handler (request_rec * r) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 131649
: 93681