diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-08-31 20:51:28 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-08-31 20:51:28 +0800 |
commit | e1d92326ee90b8341e3a4d2662c4ee77f1555fb4 (patch) | |
tree | 3e53f07e4ae8798b8e758dfa94350fe111f65c67 /www/links | |
parent | e8c9bac99489de03fb923eff3c0a2b2476777ca3 (diff) | |
download | freebsd-ports-gnome-e1d92326ee90b8341e3a4d2662c4ee77f1555fb4.tar.gz freebsd-ports-gnome-e1d92326ee90b8341e3a4d2662c4ee77f1555fb4.tar.zst freebsd-ports-gnome-e1d92326ee90b8341e3a4d2662c4ee77f1555fb4.zip |
- don't clobber any given LDFLAGS
resoves conflitcs with bsd.openssl.mk
Approved by: demon
Diffstat (limited to 'www/links')
-rw-r--r-- | www/links/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/links/Makefile b/www/links/Makefile index cfb20e890014..3b70c362960a 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -17,7 +17,8 @@ COMMENT= Lynx-like text WWW browser GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-javascript --with-ssl --without-svgalib -CONFIGURE_ENV+= CPPFLAGS='-I${LOCALBASE}/include' LDFLAGS='-L${LOCALBASE}/lib' +CONFIGURE_ENV+= CPPFLAGS='-I${LOCALBASE}/include' +LDFLAGS+= -L${LOCALBASE}/lib USE_OPENSSL= yes USE_BZIP2= yes |