diff options
author | mezz <mezz@FreeBSD.org> | 2009-08-10 05:10:02 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-08-10 05:10:02 +0800 |
commit | 0262747bb5117fb76cd84b31d8af9cb71f959031 (patch) | |
tree | ba559d5f341e609d84897a754cf53c5694e147f7 /korean | |
parent | e88e4e0fba10f506c1bf774f98e2cf6aab77ec5e (diff) | |
download | freebsd-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 '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> |