aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2014-04-06 06:03:23 +0800
committerohauer <ohauer@FreeBSD.org>2014-04-06 06:03:23 +0800
commit45e35547f17947cd8e301c5d618b78342d33217c (patch)
tree802a9719d540804f81c1853d375cdb8869e7d3aa /www
parentcfe0ef0c987615ff48f1d649f51783e7aa3c9fbf (diff)
downloadfreebsd-ports-gnome-45e35547f17947cd8e301c5d618b78342d33217c.tar.gz
freebsd-ports-gnome-45e35547f17947cd8e301c5d618b78342d33217c.tar.zst
freebsd-ports-gnome-45e35547f17947cd8e301c5d618b78342d33217c.zip
- revert r350271
Diffstat (limited to 'www')
-rw-r--r--www/apache22/files/patch-support__ab.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/apache22/files/patch-support__ab.c b/www/apache22/files/patch-support__ab.c
index b035673752be..ab58062733d7 100644
--- a/www/apache22/files/patch-support__ab.c
+++ b/www/apache22/files/patch-support__ab.c
@@ -1,5 +1,17 @@
--- ./support/ab.c.orig 2010-01-07 10:11:53.000000000 -0500
+++ ./support/ab.c 2010-05-06 19:37:54.262732305 -0400
+@@ -200,9 +200,11 @@
+ #else
+ #define AB_SSL_CIPHER_CONST
+ #endif
++/* prevent build issues with openssl from ports
+ #ifdef SSL_OP_NO_TLSv1_2
+ #define HAVE_TLSV1_X
+ #endif
++*/
+ #endif
+
+ #include <math.h>
@@ -221,13 +221,18 @@
/* maximum number of requests on a time limited test */
#define MAX_REQUESTS (INT_MAX > 50000 ? 50000 : INT_MAX)