Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 2014 16:06:23 +0000 (UTC)
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363919 - head/net-im/ejabberd
Message-ID:  <53de5dff.5930.492e001d@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ashish
Date: Sun Aug  3 16:06:22 2014
New Revision: 363919
URL: http://svnweb.freebsd.org/changeset/ports/363919
QAT: https://qat.redports.org/buildarchive/r363919/

Log:
  - Fix crashing on 10.x and later, when ICONV option is enabled
  
  PR:		191473
  Submitted by:	neil at darlow.co.uk

Modified:
  head/net-im/ejabberd/Makefile

Modified: head/net-im/ejabberd/Makefile
==============================================================================
--- head/net-im/ejabberd/Makefile	Sun Aug  3 15:49:37 2014	(r363918)
+++ head/net-im/ejabberd/Makefile	Sun Aug  3 16:06:22 2014	(r363919)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53de5dff.5930.492e001d>