diff options
author | tron <tron@pkgsrc.org> | 2013-02-08 00:10:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-02-08 00:10:47 +0000 |
commit | da46aebde8f47846196b30fbf17a41f1b7f0ae27 (patch) | |
tree | 4aa4f015e2d45db5ecaaf086cb2dcefab6ec67ac /www | |
parent | 2b9d0cb8737f691f636c8f2d74242fe64a4b20d4 (diff) | |
download | pkgsrc-da46aebde8f47846196b30fbf17a41f1b7f0ae27.tar.gz |
Fix build problem probably caused by OpenSSL update.
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx/Makefile | 3 |
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. |