Always link against iconv with wchar_t extension
PR: 208121 Submitted by: mikael.urankar <at> gmail <dot> com Approved by: maintainer timeout
This commit is contained in:
parent
14bb261c94
commit
a1ce4e28be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413755
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= libfilezilla
|
PORTNAME= libfilezilla
|
||||||
PORTVERSION= 0.4.0.1
|
PORTVERSION= 0.4.0.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= ftp
|
CATEGORIES= ftp
|
||||||
MASTER_SITES= SF/filezilla/${PORTNAME}/${PORTVERSION}
|
MASTER_SITES= SF/filezilla/${PORTNAME}/${PORTVERSION}
|
||||||
|
|
||||||
|
@ -15,7 +16,7 @@ BROKEN_powerpc64= Does not build
|
||||||
|
|
||||||
BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11 standard library
|
BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11 standard library
|
||||||
|
|
||||||
USES= compiler:c++14-lang gmake iconv libtool localbase pathfix pkgconfig tar:bzip2
|
USES= compiler:c++14-lang gmake iconv:wchar_t libtool localbase pathfix pkgconfig tar:bzip2
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
Loading…
Reference in a new issue