diff options
author | ashish <ashish@FreeBSD.org> | 2015-02-16 21:55:49 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2015-02-16 21:55:49 +0800 |
commit | 5aca4346cb97fb35de818cacfcd17349759c6c8f (patch) | |
tree | 330203b86d0d610cf33b760eaf4679cd14b0c42b | |
parent | d33662a7cca4a3fb52c714fe8fc101563c61572c (diff) | |
download | freebsd-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
-rw-r--r-- | net-im/ejabberd/Makefile | 1 |
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} |