aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/iiimf-x
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2009-08-10 05:10:02 +0800
committermezz <mezz@FreeBSD.org>2009-08-10 05:10:02 +0800
commit0262747bb5117fb76cd84b31d8af9cb71f959031 (patch)
treeba559d5f341e609d84897a754cf53c5694e147f7 /textproc/iiimf-x
parente88e4e0fba10f506c1bf774f98e2cf6aab77ec5e (diff)
downloadfreebsd-ports-gnome-0262747bb5117fb76cd84b31d8af9cb71f959031.tar.gz
freebsd-ports-gnome-0262747bb5117fb76cd84b31d8af9cb71f959031.tar.zst
freebsd-ports-gnome-0262747bb5117fb76cd84b31d8af9cb71f959031.zip
Fix the build w/ libtool22.
Reported by: erwin (i386 8-exp)
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>