diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 2000-10-14 09:36:42 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 2000-10-14 09:36:42 +0000 |
commit | aa3cf62c9b814253a6b8565b19f72827f661e25d (patch) | |
tree | 4819f253bbd4f92d60d0fad62c597e83285545c8 /www/apache13-modssl/files/patch-ah | |
parent | Update to 0.4.10 and make it link with libflash which was separated (diff) |
Upgrade:
Apache 1.3.12 -> 1.3.14
mod_ssl 2.6.6 -> 2.7.1
Notes
Notes:
svn path=/head/; revision=33814
Diffstat (limited to 'www/apache13-modssl/files/patch-ah')
-rw-r--r-- | www/apache13-modssl/files/patch-ah | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13-modssl/files/patch-ah b/www/apache13-modssl/files/patch-ah index e46ddf60928d..dcc8201a5a8e 100644 --- a/www/apache13-modssl/files/patch-ah +++ b/www/apache13-modssl/files/patch-ah @@ -6,7 +6,7 @@ +# This requires special handling to get the correct versions of include files: +# ../../include/fnmatch.h instead of /usr/include/fnmatch.h -+# /usr/include/opssl/*.h instead of /usr/local/include/openssl.h ++# /usr/include/openssl/*.h instead of /usr/local/include/openssl.h +MY_CFLAGS= $(INCLUDES0) $(SSL_CFLAGS) $(INCLUDES1) $(EXTRA_INCLUDES) $(CFLAGS) + all: lib |