mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Benefit from new USE_AUTO*_VER: Point to correct location of autoconf
share dir (var AUTOCONF_DIR)
This commit is contained in:
parent
107422a9db
commit
098af63da7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50735
@ -32,7 +32,7 @@ HAVE_VORBIS= yes
|
||||
|
||||
post-extract:
|
||||
@${RM} ${WRKSRC}/config.sub ${WRKSRC}/config.guess ;\
|
||||
${LN} -s ${LOCALBASE}/share/autoconf/config.* ${WRKSRC}/ ;\
|
||||
${LN} -s ${AUTOCONF_DIR}/config.* ${WRKSRC}/ ;\
|
||||
${PERL} -pi -e 's/-ldl//g' ${WRKSRC}/examples/Makefile.*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -32,7 +32,7 @@ HAVE_VORBIS= yes
|
||||
|
||||
post-extract:
|
||||
@${RM} ${WRKSRC}/config.sub ${WRKSRC}/config.guess ;\
|
||||
${LN} -s ${LOCALBASE}/share/autoconf/config.* ${WRKSRC}/ ;\
|
||||
${LN} -s ${AUTOCONF_DIR}/config.* ${WRKSRC}/ ;\
|
||||
${PERL} -pi -e 's/-ldl//g' ${WRKSRC}/examples/Makefile.*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -32,7 +32,7 @@ HAVE_VORBIS= yes
|
||||
|
||||
post-extract:
|
||||
@${RM} ${WRKSRC}/config.sub ${WRKSRC}/config.guess ;\
|
||||
${LN} -s ${LOCALBASE}/share/autoconf/config.* ${WRKSRC}/ ;\
|
||||
${LN} -s ${AUTOCONF_DIR}/config.* ${WRKSRC}/ ;\
|
||||
${PERL} -pi -e 's/-ldl//g' ${WRKSRC}/examples/Makefile.*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -32,7 +32,7 @@ HAVE_VORBIS= yes
|
||||
|
||||
post-extract:
|
||||
@${RM} ${WRKSRC}/config.sub ${WRKSRC}/config.guess ;\
|
||||
${LN} -s ${LOCALBASE}/share/autoconf/config.* ${WRKSRC}/ ;\
|
||||
${LN} -s ${AUTOCONF_DIR}/config.* ${WRKSRC}/ ;\
|
||||
${PERL} -pi -e 's/-ldl//g' ${WRKSRC}/examples/Makefile.*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -32,7 +32,7 @@ HAVE_VORBIS= yes
|
||||
|
||||
post-extract:
|
||||
@${RM} ${WRKSRC}/config.sub ${WRKSRC}/config.guess ;\
|
||||
${LN} -s ${LOCALBASE}/share/autoconf/config.* ${WRKSRC}/ ;\
|
||||
${LN} -s ${AUTOCONF_DIR}/config.* ${WRKSRC}/ ;\
|
||||
${PERL} -pi -e 's/-ldl//g' ${WRKSRC}/examples/Makefile.*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user