mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
|
.else
|
||||||
# Client part stuff
|
# Client part stuff
|
||||||
LIB_DEPENDS+= libedit.so.0:${PORTSDIR}/devel/libedit
|
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_ARGS+= --with-system-editline
|
||||||
CONFIGURE_ENV+= ac_cv_lib_edit_readline="yes"
|
CONFIGURE_ENV+= ac_cv_lib_edit_readline="yes"
|
||||||
|
|
Loading…
Add table
Reference in a new issue