aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2009-08-09 07:09:01 +0800
committermezz <mezz@FreeBSD.org>2009-08-09 07:09:01 +0800
commitbd0865c5a6295596b4b3abb4fb6f6e9460f68885 (patch)
tree8c62458fd6a281da1b2ebb9aadfa96f932f16d35 /chinese
parentd506edbb0a8bcd34a5f90d32e8a0ea3acdae297f (diff)
downloadfreebsd-ports-gnome-bd0865c5a6295596b4b3abb4fb6f6e9460f68885.tar.gz
freebsd-ports-gnome-bd0865c5a6295596b4b3abb4fb6f6e9460f68885.tar.zst
freebsd-ports-gnome-bd0865c5a6295596b4b3abb4fb6f6e9460f68885.zip
Fix the build w/ libtool22.
Reported by: erwin (i386 8-exp)
Diffstat (limited to 'chinese')
-rw-r--r--chinese/iiimf-le-newpy/Makefile3
-rw-r--r--chinese/iiimf-le-ude/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/chinese/iiimf-le-newpy/Makefile b/chinese/iiimf-le-newpy/Makefile
index 516852250302..be9fb050980a 100644
--- a/chinese/iiimf-le-newpy/Makefile
+++ b/chinese/iiimf-le-newpy/Makefile
@@ -61,6 +61,9 @@ do-configure:
@cd ${BUILDDIR} && ${REINPLACE_CMD} \
-e "/LE_TARGETS=/s,%%LE_TARGETS%%,${LE_TARGETS}," configure.ac
@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>
diff --git a/chinese/iiimf-le-ude/Makefile b/chinese/iiimf-le-ude/Makefile
index 54e868445b0a..8939e949cfde 100644
--- a/chinese/iiimf-le-ude/Makefile
+++ b/chinese/iiimf-le-ude/Makefile
@@ -40,6 +40,9 @@ post-patch:
pre-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.mk>