1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Silenced spurious libtool warning

Submitted by:	Holger Lamm <holger@eit.uni-kl.de>
Reviewed by:	will
This commit is contained in:
Mark Pulford 2001-06-08 17:42:08 +00:00
parent 764506b625
commit 35794f1dff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43654

View File

@ -24,4 +24,9 @@ pre-patch:
${PERL} -pi -e "s|sdl-config|${SDL_CONFIG}|g; \
s|include/SDL/|include/SDL11/|g" ${WRKSRC}/configure
post-configure:
${PERL} -pi -e \
"s/^deplibs_check_method=.*/deplibs_check_method=pass_all/" \
${WRKSRC}/libtool
.include <bsd.port.mk>