summaryrefslogtreecommitdiffstats
path: root/www/links/Makefile
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2003-09-01 06:52:15 +0000
committerdemon <demon@FreeBSD.org>2003-09-01 06:52:15 +0000
commit65c2c4e55a04f993cc900c1b6351443790c953c4 (patch)
treea1dbebe621e5fc65edcca7db11c4b6aab11f5c40 /www/links/Makefile
parent3c6a2de7c952d854cd938e57ff961e34ffb4dd6e (diff)
downloadFreeBSD-ports-65c2c4e55a04f993cc900c1b6351443790c953c4.zip
FreeBSD-ports-65c2c4e55a04f993cc900c1b6351443790c953c4.tar.gz
Add LDFLAGS to CONFIGURE_ENV back, without it configure script can't find
libpng. Problem reported by: dillon
Diffstat (limited to 'www/links/Makefile')
-rw-r--r--www/links/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/links/Makefile b/www/links/Makefile
index 3b70c36..b0a052f 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
OpenPOWER on IntegriCloud