Fix the build w/ libtool22. The previous tested in pointyhat-exp doesn't

catch this, because pointyhat-exp was amd64 and this port only limited to
i386.

Reported by:	erwin (ran i386 8-exp)
This commit is contained in:
Jeremy Messenger 2009-08-03 22:41:02 +00:00
parent d420fe0000
commit 782bd67eaa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238858
3 changed files with 7 additions and 0 deletions

View file

@ -43,6 +43,9 @@ 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
.include <bsd.port.post.mk>

View file

@ -1,3 +1,4 @@
lib/iiim/csconv/csconv.a
lib/iiim/csconv/csconv.la
lib/iiim/csconv/csconv.so
lib/iiim/csconv/encoding.norm

View file

@ -41,6 +41,9 @@ 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
.include <bsd.port.post.mk>