diff options
-rw-r--r-- | www/lynx-current/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index e54c265bcf2a..aef43753d6eb 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -42,7 +42,8 @@ CONFIGURE_ARGS+= --enable-ipv6 .else CONFIGURE_ARGS+= --disable-ipv6 .endif -CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib \ +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV+= CC="${CC} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS}" \ LIBS=-lncurses MAKE_FLAGS= helpdir=${L_HELP} docdir=${L_DOC} -f MAKEFILE= makefile |