Mk/Uses/libtool.mk: Add DragonFly support to USES+= libtool

Approved by:	portmgr (bapt)
This commit is contained in:
John Marino 2014-02-21 17:23:53 +00:00
parent 1ae95d7cce
commit b9737ee14f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345519

View File

@ -20,6 +20,7 @@ patch-libtool:
@${FIND} ${WRKDIR} \( -name configure -or -name ltconfig \) \
-type f | ${XARGS} ${REINPLACE_CMD} \
-e '/link_all_deplibs[0-9A-Z_]*=/s/=unknown/=no/' \
-e 's,freebsd\*),freebsd\*|dragonfly\*),g' \
-e '/objformat=/s/echo aout/echo elf/' \
-e "/freebsd-elf\\*)/,/;;/ { \
/deplibs_check_method=/s/=.*/=pass_all/; }" \