diff options
author | ashish <ashish@FreeBSD.org> | 2014-08-04 00:06:22 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2014-08-04 00:06:22 +0800 |
commit | 2e06e0f0526062ce29cb46135a0f85801c0a3b91 (patch) | |
tree | ac9064814f54dd148ccbfaf990cd9ad9674b3598 /net-im/ejabberd | |
parent | acf3cea29f3c21901fc9470bba090d509a3476d0 (diff) | |
download | freebsd-ports-graphics-2e06e0f0526062ce29cb46135a0f85801c0a3b91.tar.gz freebsd-ports-graphics-2e06e0f0526062ce29cb46135a0f85801c0a3b91.tar.zst freebsd-ports-graphics-2e06e0f0526062ce29cb46135a0f85801c0a3b91.zip |
- Fix crashing on 10.x and later, when ICONV option is enabled
PR: 191473
Submitted by: neil at darlow.co.uk
Diffstat (limited to 'net-im/ejabberd')
-rw-r--r-- | net-im/ejabberd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/ejabberd/Makefile b/net-im/ejabberd/Makefile index 8f607301199..0caf3640e33 100644 --- a/net-im/ejabberd/Makefile +++ b/net-im/ejabberd/Makefile @@ -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 |