summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2013-02-08 00:10:47 +0000
committertron <tron@pkgsrc.org>2013-02-08 00:10:47 +0000
commitda46aebde8f47846196b30fbf17a41f1b7f0ae27 (patch)
tree4aa4f015e2d45db5ecaaf086cb2dcefab6ec67ac /www
parent2b9d0cb8737f691f636c8f2d74242fe64a4b20d4 (diff)
downloadpkgsrc-da46aebde8f47846196b30fbf17a41f1b7f0ae27.tar.gz
Fix build problem probably caused by OpenSSL update.
Diffstat (limited to 'www')
-rw-r--r--www/lynx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 37be5d24bb7..4a8fba261c9 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.112 2013/02/06 23:24:02 jperkin Exp $
+# $NetBSD: Makefile,v 1.113 2013/02/08 00:10:47 tron Exp $
DISTNAME= lynx2.8.7
PKGNAME= lynx-2.8.7
@@ -50,6 +50,7 @@ CONFIGURE_ARGS+= --without-included-gettext
# With SSL, lynx can get https:// and snews:// URL's.
CONFIGURE_ARGS+= --with-ssl
+CPPFLAGS+= -I${BUILDLINK_PREFIX.openssl}/include/openssl
# Note: --enable-{default-colors,scrollbar} are simply ignored
# for certain settings of --with-screen.