aboutsummaryrefslogtreecommitdiff
path: root/textproc/iiimf-x
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2009-08-09 21:10:02 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2009-08-09 21:10:02 +0000
commit3a33ace96caa4bdc3771726bbfe36a562c4c7823 (patch)
tree37fb05d6ecee43cb1059cbb2d82c1f42a1c4ec1c /textproc/iiimf-x
parent26b2a02400bf18734d02707a9858bdda83c799e7 (diff)
downloadports-3a33ace96caa4bdc3771726bbfe36a562c4c7823.tar.gz
ports-3a33ace96caa4bdc3771726bbfe36a562c4c7823.zip
Fix the build w/ libtool22.
Reported by: erwin (i386 8-exp)
Notes
Notes: svn path=/head/; revision=239225
Diffstat (limited to 'textproc/iiimf-x')
-rw-r--r--textproc/iiimf-x/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/iiimf-x/Makefile b/textproc/iiimf-x/Makefile
index 5c0685edb1de..69ab6966988e 100644
--- a/textproc/iiimf-x/Makefile
+++ b/textproc/iiimf-x/Makefile
@@ -46,6 +46,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>