mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Fix crashing on 10.x and later, when ICONV option is enabled
PR: 191473 Submitted by: neil at darlow.co.uk
This commit is contained in:
parent
d5d0f8e248
commit
3d047d2b93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363919
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= ejabberd
|
||||
PORTVERSION= 14.07
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://www.process-one.net/downloads/${PORTNAME}/${PORTVERSION}/:p1 \
|
||||
http://distfiles.pirateparty.in/%SUBDIR%/:deps \
|
||||
@ -58,7 +59,7 @@ JSON_CONFIGURE_ENABLE= json
|
||||
MYSQL_CONFIGURE_ENABLE= mysql
|
||||
PGSQL_CONFIGURE_ENABLE= pgsql
|
||||
ICONV_CONFIGURE_ENABLE= iconv
|
||||
ICONV_USES= iconv
|
||||
ICONV_USES= iconv:wchar_t
|
||||
ICONV_LDFLAGS= ${ICONV_LIB}
|
||||
DOCS_MAKE_ARGS_OFF= NOPORTDOCS=yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user