summaryrefslogtreecommitdiff
path: root/www/ap-ssl
diff options
context:
space:
mode:
authorexplorer <explorer>2000-04-21 02:19:33 +0000
committerexplorer <explorer>2000-04-21 02:19:33 +0000
commit16bb6e7755584b3fbb6bc573f3db7f6247044469 (patch)
tree079bfd5a2c858c67234b9efc22c70fbccc9e8709 /www/ap-ssl
parent11bd2f268a4f92ec7d4f6f728177e76b6b023360 (diff)
downloadpkgsrc-16bb6e7755584b3fbb6bc573f3db7f6247044469.tar.gz
unneeded patch removed
Diffstat (limited to 'www/ap-ssl')
-rw-r--r--www/ap-ssl/patches/patch-aa14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/ap-ssl/patches/patch-aa b/www/ap-ssl/patches/patch-aa
deleted file mode 100644
index 0dc625b1b67..00000000000
--- a/www/ap-ssl/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.2 1999/12/01 01:00:18 bad Exp $
-
-# make sure configure finds the ssl library.
---- pkg.sslmod/libssl.module.orig Thu Sep 30 14:24:27 1999
-+++ pkg.sslmod/libssl.module Tue Nov 30 19:35:43 1999
-@@ -382,7 +382,7 @@
- if [ -f "$SSL_BASE/libssl.a" ]; then
- SSL_LIBDIR='$(SSL_BASE)'
- my_real_ssl_libdir="$SSL_BASE"
-- elif [ -f "$SSL_BASE/lib/libssl.a" ]; then
-+ elif [ -f "$SSL_BASE/lib/libssl.so.1.0" ]; then
- SSL_LIBDIR='$(SSL_BASE)/lib'
- my_real_ssl_libdir="$SSL_BASE/lib"
- else