aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2009-08-08 23:09:01 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2009-08-08 23:09:01 +0000
commit4288c15ce1185ce0db466e98a27b30116332c540 (patch)
treef251c572446e396a61ad0889386d58891fa0e951 /chinese
parent9df109434e773697c877c40a6b3c101f90e44db6 (diff)
downloadports-4288c15ce1185ce0db466e98a27b30116332c540.tar.gz
ports-4288c15ce1185ce0db466e98a27b30116332c540.zip
Notes
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>