ftp/lftp: fix build on GCC architectures

C++11 compiler is necessary:
In file included from FileAccess.cc:1029:
ftpclass.h:123: error: ISO C++ forbids initialization of member 'cepr_supported'
ftpclass.h:123: error: making 'cepr_supported' static
ftpclass.h:123: error: ISO C++ forbids in-class initialization of non-const static member 'cepr_supported'
MFH:		2020Q1
This commit is contained in:
Piotr Kubaj 2020-01-02 09:28:38 +00:00
parent d57c60dd4b
commit 46e449fa1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521815

View file

@ -22,7 +22,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libidn2.so:dns/libidn2
USES= charsetfix iconv libtool localbase readline shebangfix
USES= compiler:c++11-lang charsetfix iconv libtool localbase \
readline shebangfix
GNU_CONFIGURE= yes
PORTDOCS= AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \