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:
parent
2373204770
commit
435a16fb24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407529
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue