aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/ejabberd
diff options
context:
space:
mode:
authorashish <ashish@FreeBSD.org>2015-02-16 21:55:49 +0800
committerashish <ashish@FreeBSD.org>2015-02-16 21:55:49 +0800
commit5aca4346cb97fb35de818cacfcd17349759c6c8f (patch)
tree330203b86d0d610cf33b760eaf4679cd14b0c42b /net-im/ejabberd
parentd33662a7cca4a3fb52c714fe8fc101563c61572c (diff)
downloadfreebsd-ports-gnome-5aca4346cb97fb35de818cacfcd17349759c6c8f.tar.gz
freebsd-ports-gnome-5aca4346cb97fb35de818cacfcd17349759c6c8f.tar.zst
freebsd-ports-gnome-5aca4346cb97fb35de818cacfcd17349759c6c8f.zip
- Fix building with ICONV option on 9.x and 8.x
PR: 197697
Diffstat (limited to 'net-im/ejabberd')
-rw-r--r--net-im/ejabberd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/ejabberd/Makefile b/net-im/ejabberd/Makefile
index 4d51b620b6b4..80785ae8ee0d 100644
--- a/net-im/ejabberd/Makefile
+++ b/net-im/ejabberd/Makefile
@@ -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}