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:
Ganael LAPLANCHE 2018-06-12 11:28:42 +00:00
parent 5d83f8432b
commit c99f2b0685
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472241

View file

@ -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