summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-03-03 14:10:31 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-03-03 14:10:31 +0000
commitd38461c76f5591107c62d512cac83c2adcec9bdb (patch)
treed8d16c888b3e977376533d1b40030058ece0c8f9 /Mk
parentSupport staging (diff)
Further restrict the dragonfly RE so it only matches freebsd* as the first
word on a line. PR: ports/187208
Notes
Notes: svn path=/head/; revision=346901
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/libtool.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/libtool.mk b/Mk/Uses/libtool.mk
index aecc226b0993..1a5049de496d 100644
--- a/Mk/Uses/libtool.mk
+++ b/Mk/Uses/libtool.mk
@@ -19,7 +19,7 @@ _INCLUDE_USES_LIBTOOL_POST_MK= yes
patch-libtool:
@${FIND} ${WRKDIR} \( -name configure -or -name ltconfig \) \
-type f | ${XARGS} ${REINPLACE_CMD} \
- -e '/dragonfly\*/!s/freebsd\*[ )]/dragonfly* | &/' \
+ -e '/dragonfly\*/!s/^ *freebsd\*[ )]/dragonfly* | &/' \
-e '/gcc_dir=\\`/s/gcc /$$CC /' \
-e '/gcc_ver=\\`/s/gcc /$$CC /' \
-e '/link_all_deplibs[0-9A-Z_]*=/s/=unknown/=no/' \