aboutsummaryrefslogtreecommitdiff
path: root/textproc/iiimf-protocol-lib
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2009-08-03 22:41:02 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2009-08-03 22:41:02 +0000
commit782bd67eaaae2b1896c03470ce43ef93d871b218 (patch)
tree7eb23cb5a34e672aa4a350264bdbb4314291b6b6 /textproc/iiimf-protocol-lib
parentd420fe0000bd894366b02a442a3d3a4b73c586c7 (diff)
downloadports-782bd67eaaae2b1896c03470ce43ef93d871b218.tar.gz
ports-782bd67eaaae2b1896c03470ce43ef93d871b218.zip
Notes
Diffstat (limited to 'textproc/iiimf-protocol-lib')
-rw-r--r--textproc/iiimf-protocol-lib/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/iiimf-protocol-lib/Makefile b/textproc/iiimf-protocol-lib/Makefile
index 5b6480b508be..6f17ed4d6bb2 100644
--- a/textproc/iiimf-protocol-lib/Makefile
+++ b/textproc/iiimf-protocol-lib/Makefile
@@ -41,6 +41,9 @@ post-patch:
do-configure:
@cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${GMAKE} reconfig
+ @${REINPLACE_CMD} -e "/^ltmain=/!s^\$$ac_aux_dir/ltmain.sh^${LIBTOOLFLAGS} ${LTMAIN}^g" \
+ -e '/^LIBTOOL=/s^\$$(top_builddir)/libtool^${LIBTOOL}^g' \
+ ${BUILDDIR}/configure
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${GMAKE} config
.include <bsd.port.post.mk>