svn commit: r345519 - head/Mk/Uses
John Marino
marino at FreeBSD.org
Fri Feb 21 17:23:54 UTC 2014
Author: marino
Date: Fri Feb 21 17:23:53 2014
New Revision: 345519
URL: http://svnweb.freebsd.org/changeset/ports/345519
QAT: https://qat.redports.org/buildarchive/r345519/
Log:
Mk/Uses/libtool.mk: Add DragonFly support to USES+= libtool
Approved by: portmgr (bapt)
Modified:
head/Mk/Uses/libtool.mk
Modified: head/Mk/Uses/libtool.mk
==============================================================================
--- head/Mk/Uses/libtool.mk Fri Feb 21 17:21:28 2014 (r345518)
+++ head/Mk/Uses/libtool.mk Fri Feb 21 17:23:53 2014 (r345519)
@@ -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/; }" \
More information about the svn-ports-all
mailing list