libtool 1.4.2a was defining the shared extension as shrext_cmds, rename it shared_ext

like in newer libtool so the rest of USES=iconv magic just works
This commit is contained in:
Baptiste Daroussin 2014-02-21 16:47:29 +00:00
parent 8d7b00ea19
commit d22a36edff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345514

View File

@ -22,7 +22,8 @@ patch-libtool:
-e '/link_all_deplibs[0-9A-Z_]*=/s/=unknown/=no/' \
-e '/objformat=/s/echo aout/echo elf/' \
-e "/freebsd-elf\\*)/,/;;/ { \
/deplibs_check_method=/s/=.*/=pass_all/; }"
/deplibs_check_method=/s/=.*/=pass_all/; }" \
-e "s/shrext_cmds/shared_ext/g"
.if ! ${libtool_ARGS:Moldver}
@${FIND} ${WRKDIR} \( -name configure -or -name ltconfig \) \