diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-28 20:55:53 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-28 20:55:53 +0000 |
commit | ef606fa7a6b8b63fe72de8a35503815dd746527a (patch) | |
tree | 116939ea4732557ca2ccf65486fc53feed1629cb /www/libwww/patches | |
parent | 626603732cade82ee7462c187a9f002f95d1f6ac (diff) | |
download | pkgsrc-ef606fa7a6b8b63fe72de8a35503815dd746527a.tar.gz |
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'www/libwww/patches')
-rw-r--r-- | www/libwww/patches/patch-ah | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/libwww/patches/patch-ah b/www/libwww/patches/patch-ah index 2e4779dab60..421256e32fc 100644 --- a/www/libwww/patches/patch-ah +++ b/www/libwww/patches/patch-ah @@ -1,4 +1,4 @@ -$NetBSD: patch-ah,v 1.1 2001/04/20 12:33:53 fredb Exp $ +$NetBSD: patch-ah,v 1.2 2001/06/28 20:55:54 jlam Exp $ --- configure.in.orig Thu Dec 14 05:49:06 2000 +++ configure.in @@ -78,7 +78,7 @@ $NetBSD: patch-ah,v 1.1 2001/04/20 12:33:53 fredb Exp $ + SSLLIBS="$ssllib" + else + SSLINC="-I${withval}/include -I${withval}/include/openssl" -+ SSLLIBS="-L${withval}/lib -Wl,-R${withval}/lib -lssl -lcrypto" ++ SSLLIBS="-L${withval}/lib -lssl -lcrypto" fi - LIBS="$LIBS $withval" + SAVED_LIBS="${LIBS}" |