Fix readline detection with a non-standard LOCALBASE
Due to a bug in m4/lftp_lib_readline.m4, a wrong prefix is found for readline when using a non-standard LOCALBASE [1]. Add a temporary workaround waiting for the patch to be merged upstream [2]. https://reviews.freebsd.org/D15731 [1] https://github.com/lavv17/lftp/pull/458 [2] Differential Revision: https://reviews.freebsd.org/D15731
This commit is contained in:
parent
5d83f8432b
commit
c99f2b0685
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472241
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \
|
|||
USES= charsetfix iconv libtool localbase readline shebangfix
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
# XXX Fix readline detection with a non-standard LOCALBASE
|
||||
# To remove when m4/lftp_lib_readline.m4 is fixed upstream
|
||||
CONFIGURE_ARGS+= --with-readline=${LOCALBASE}
|
||||
|
||||
PORTDOCS= AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \
|
||||
MIRRORS NEWS README README.debug-levels README.modules \
|
||||
THANKS TODO
|
||||
|
|
Loading…
Reference in a new issue