svn commit: r379092 - head/net-im/ejabberd

Ashish SHUKLA ashish at FreeBSD.org
Mon Feb 16 13:55:50 UTC 2015


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}


More information about the svn-ports-head mailing list