aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2003-09-01 14:52:15 +0800
committerdemon <demon@FreeBSD.org>2003-09-01 14:52:15 +0800
commit65c2c4e55a04f993cc900c1b6351443790c953c4 (patch)
treea1dbebe621e5fc65edcca7db11c4b6aab11f5c40 /www
parent3c6a2de7c952d854cd938e57ff961e34ffb4dd6e (diff)
downloadfreebsd-ports-gnome-65c2c4e55a04f993cc900c1b6351443790c953c4.tar.gz
freebsd-ports-gnome-65c2c4e55a04f993cc900c1b6351443790c953c4.tar.zst
freebsd-ports-gnome-65c2c4e55a04f993cc900c1b6351443790c953c4.zip
Add LDFLAGS to CONFIGURE_ENV back, without it configure script can't find
libpng. Problem reported by: dillon
Diffstat (limited to 'www')
-rw-r--r--www/links/Makefile2
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