Fix build problem probably caused by OpenSSL update.
This commit is contained in:
parent
2b9d0cb873
commit
da46aebde8
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue