From 3f22d32f24f1e400b5295d8326e69fef3bd05abc Mon Sep 17 00:00:00 2001 From: mezz Date: Fri, 7 Aug 2009 12:05:34 +0000 Subject: Fix the build w/ libtool22. Reported by: erwin (pointyhat i386 6) --- textproc/iiimf-server/Makefile | 4 ++++ textproc/iiimf-x-lib/Makefile | 3 +++ 2 files changed, 7 insertions(+) (limited to 'textproc') diff --git a/textproc/iiimf-server/Makefile b/textproc/iiimf-server/Makefile index aa08cf286ae6..a7de387298d6 100644 --- a/textproc/iiimf-server/Makefile +++ b/textproc/iiimf-server/Makefile @@ -54,9 +54,13 @@ post-patch: do-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 post-install: + ${MKDIR} ${PREFIX}/etc/iiim ${INSTALL_DATA} ${BUILDDIR}/src/le.xml.conf.sample ${PREFIX}/etc/iiim/ .include diff --git a/textproc/iiimf-x-lib/Makefile b/textproc/iiimf-x-lib/Makefile index d9b1da2a0325..5d1163183ccd 100644 --- a/textproc/iiimf-x-lib/Makefile +++ b/textproc/iiimf-x-lib/Makefile @@ -48,6 +48,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 -- cgit