summaryrefslogtreecommitdiff
path: root/www/apache13-ssl/files/patch-ar
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-27 02:21:33 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-27 02:21:33 +0000
commite3b6d84e850a7e79f6f3db32d64d8df58693ad26 (patch)
treed572cb9326b6cd1edf0b451fddfdf60132dcc0d9 /www/apache13-ssl/files/patch-ar
parentUpdate the MASTER_SITE and tweak the build a bit. (diff)
Update this to version 1.3.9+1.37.
PR: 13804 Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r--www/apache13-ssl/files/patch-ar11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/apache13-ssl/files/patch-ar b/www/apache13-ssl/files/patch-ar
new file mode 100644
index 000000000000..d1f2bdc79cc9
--- /dev/null
+++ b/www/apache13-ssl/files/patch-ar
@@ -0,0 +1,11 @@
+--- SSLpatch.orig Thu Sep 9 14:40:45 1999
++++ SSLpatch Sun Sep 26 20:21:09 1999
+@@ -95,7 +95,7 @@
+ +SSL_INCLUDE= -I$(SSL_BASE)/include
+ +SSL_CFLAGS= -DAPACHE_SSL
+ +SSL_LIB_DIR= $(SSL_BASE)
+-+SSL_LIBS= -L$(SSL_LIB_DIR) -lssl -lcrypto
+++SSL_LIBS= -L$(SSL_LIB_DIR) -lssl -lcrypto $(EXTRA_SSL_LIBS)
+ +SSL_APP_DIR= $(SSL_BASE)/apps
+ +SSL_APP=/usr/home/ben/work/openssl/apps/openssl
+ +