summaryrefslogtreecommitdiff
path: root/www/libwww/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-06-28 15:45:46 +0000
committerjperkin <jperkin@pkgsrc.org>2018-06-28 15:45:46 +0000
commitd1696f1b1aab064b372b02331e34d368f3fd0bed (patch)
treed17f4b603584a1579bd6d0dc999bf1cd32d0d2d0 /www/libwww/Makefile
parentf399fc0cffc1ce0562a0fd4f136d33c5f21ebc95 (diff)
downloadpkgsrc-d1696f1b1aab064b372b02331e34d368f3fd0bed.tar.gz
libwww: Unbreak OpenSSL 1.1 patch. Fix SunOS MD5 section.
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r--www/libwww/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile
index 985c6d0ef76..edbb5643e3d 100644
--- a/www/libwww/Makefile
+++ b/www/libwww/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2018/06/24 17:01:58 adam Exp $
+# $NetBSD: Makefile,v 1.94 2018/06/28 15:45:46 jperkin Exp $
DISTNAME= w3c-libwww-5.4.2
PKGNAME= ${DISTNAME:S/^w3c-//}
@@ -26,16 +26,8 @@ CONFIGURE_ARGS+= --without-x
CONFIGURE_ARGS+= --with-regex
.endif
-PLIST_VARS+= md5
-.if ${OPSYS} == "SunOS"
-# Solaris has a /usr/lib/libmd5 which seems to be enough, and
-# /usr/local/lib/libmd5 breaks /usr/lib/librt
-CONFIGURE_ARGS+= --without-md5
-.else
-PLIST.md5= yes
-. if !exists(/usr/include/md5.h)
+.if !exists(/usr/include/md5.h)
CONFIGURE_ARGS+= --with-md5=${SSLBASE:Q}
-. endif
.endif
.include "options.mk"