diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2009-08-08 23:09:01 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2009-08-08 23:09:01 +0000 |
commit | 4288c15ce1185ce0db466e98a27b30116332c540 (patch) | |
tree | f251c572446e396a61ad0889386d58891fa0e951 /chinese/iiimf-le-newpy | |
parent | 9df109434e773697c877c40a6b3c101f90e44db6 (diff) |
Notes
Diffstat (limited to 'chinese/iiimf-le-newpy')
-rw-r--r-- | chinese/iiimf-le-newpy/Makefile | 3 |
1 files changed, 3 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> |