databases/firebird25-client: Fix build for ports ncurses

libedit pulls in libncurses, but in some cases the linker can't find
the library, so explicitly set a search path for ports ncurses.
This commit is contained in:
John Marino 2016-01-30 15:21:11 +00:00
parent 2373204770
commit 435a16fb24
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407529

View file

@ -91,6 +91,7 @@ PKGINSTALL?= ${PKGDIR}/pkg-install-server
.else
# Client part stuff
LIB_DEPENDS+= libedit.so.0:${PORTSDIR}/devel/libedit
LDFLAGS+= -L${LOCALBASE}/lib # to link in lncurses pulled in by libedit
CONFIGURE_ARGS+= --with-system-editline
CONFIGURE_ENV+= ac_cv_lib_edit_readline="yes"