diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2009-08-09 21:10:02 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2009-08-09 21:10:02 +0000 |
commit | 3a33ace96caa4bdc3771726bbfe36a562c4c7823 (patch) | |
tree | 37fb05d6ecee43cb1059cbb2d82c1f42a1c4ec1c /korean | |
parent | - Mark BROKEN on 8.X (diff) |
Fix the build w/ libtool22.
Reported by: erwin (i386 8-exp)
Notes
Notes:
svn path=/head/; revision=239225
Diffstat (limited to 'korean')
-rw-r--r-- | korean/iiimf-le-hangul/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/korean/iiimf-le-hangul/Makefile b/korean/iiimf-le-hangul/Makefile index 6b1ee5db2e1c..4b89a206900f 100644 --- a/korean/iiimf-le-hangul/Makefile +++ b/korean/iiimf-le-hangul/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> |