Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2015 13:55:50 +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: r379092 - head/net-im/ejabberd
Message-ID:  <201502161355.t1GDto9N041187@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ashish
Date: Mon Feb 16 13:55:49 2015
New Revision: 379092
URL: https://svnweb.freebsd.org/changeset/ports/379092
QAT: https://qat.redports.org/buildarchive/r379092/

Log:
  - Fix building with ICONV option on 9.x and 8.x
  
  PR:		197697

Modified:
  head/net-im/ejabberd/Makefile

Modified: head/net-im/ejabberd/Makefile
==============================================================================
--- head/net-im/ejabberd/Makefile	Mon Feb 16 13:16:34 2015	(r379091)
+++ head/net-im/ejabberd/Makefile	Mon Feb 16 13:55:49 2015	(r379092)
@@ -71,6 +71,7 @@ post-extract:
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/deps/p1_iconv/rebar.config
 
 post-install:
 .if ${PORT_OPTIONS:MPAM}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502161355.t1GDto9N041187>