diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-09-01 06:52:15 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-09-01 06:52:15 +0000 |
commit | 05ec244d668fe1a2bf3213ad84c005335b411333 (patch) | |
tree | 76dc14d899945e5ae5528ef6bf72ecc9f957407a /www/links/Makefile | |
parent | Remove maintainer by own request. (diff) |
Add LDFLAGS to CONFIGURE_ENV back, without it configure script can't find
libpng.
Problem reported by: dillon
Notes
Notes:
svn path=/head/; revision=88250
Diffstat (limited to 'www/links/Makefile')
-rw-r--r-- | www/links/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/links/Makefile b/www/links/Makefile index 3b70c362960a..b0a052fa896a 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -17,7 +17,7 @@ COMMENT= Lynx-like text WWW browser GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-javascript --with-ssl --without-svgalib -CONFIGURE_ENV+= CPPFLAGS='-I${LOCALBASE}/include' +CONFIGURE_ENV+= CPPFLAGS='-I${LOCALBASE}/include' LDFLAGS='-L${LOCALBASE}/lib' LDFLAGS+= -L${LOCALBASE}/lib USE_OPENSSL= yes |