summaryrefslogtreecommitdiff
path: root/www/w3m/patches
diff options
context:
space:
mode:
authorkei <kei@pkgsrc.org>2002-03-04 15:55:33 +0000
committerkei <kei@pkgsrc.org>2002-03-04 15:55:33 +0000
commitf4d7478cfd64324d997554789f352b07d72011e0 (patch)
tree77b5df93574cfa5060b6d152408103374fc7a2e5 /www/w3m/patches
parent079c698258c0f0bc984295f60b769869d6ed244f (diff)
downloadpkgsrc-f4d7478cfd64324d997554789f352b07d72011e0.tar.gz
* now handles integrated/package version of the openssl properly. problem
found and noticed by IWAMOTO Toshihiro via private message. Thanks! * by above fix, bump the package version to 0.2.5-m17n-20020216nb1.
Diffstat (limited to 'www/w3m/patches')
-rw-r--r--www/w3m/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/w3m/patches/patch-aa b/www/w3m/patches/patch-aa
new file mode 100644
index 00000000000..ac6544c92c2
--- /dev/null
+++ b/www/w3m/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.11 2002/03/04 15:55:34 kei Exp $
+
+--- configure.orig Sat Feb 16 00:48:01 2002
++++ configure Tue Mar 5 00:33:09 2002
+@@ -381,7 +381,7 @@
+
+ find_ssl() {
+ sslinclude=""
+- for i1 in $ssl_includedir /usr /usr/local $prefix
++ for i1 in $ssl_includedir
+ do
+ for i2 in /openssl /ssl /
+ do
+@@ -391,6 +391,8 @@
+ sslinclude="-I${dirname}/include"
+ elif [ -f $dirname/include/openssl/ssl.h ]; then
+ sslinclude="-I${dirname}/include/openssl -I${dirname}/include"
++ elif [ -f $dirname/ssl.h ]; then
++ sslinclude="-I${dirname}"
+ fi
+ for i3 in lib/openssl lib
+ do