- Move running libtoolize from post-patch to pre-configure to ensure libtoolize

is there.

Reported by:	kris via pointyhat
This commit is contained in:
Michael Johnson 2006-04-12 17:48:11 +00:00
parent f0799f4c62
commit dd3d74c83b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159384

View file

@ -31,6 +31,8 @@ BROKEN= does not build
post-patch:
@${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' \
${WRKSRC}/configure
pre-configure:
cd ${WRKSRC} && ${LIBTOOLIZE} --copy --force
.include <bsd.port.post.mk>