summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Rezny <rezny@FreeBSD.org>2017-02-12 15:49:35 +0000
committerMatthew Rezny <rezny@FreeBSD.org>2017-02-12 15:49:35 +0000
commit086043a82cc171f544135d8bc440b961c8d4f81c (patch)
treeb4f100e5875a7cc28fdbc631bb11b8fe67469ee5
parentUpdate to 1.0.2 (diff)
Add one sed command, courtesy of madpilot, to replicate a section of changes
that were over-eagerly trimmed from patch-configure in the last commit. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9555
-rw-r--r--graphics/libGL/Makefile.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libGL/Makefile.targets b/graphics/libGL/Makefile.targets
index 0c999b52593f..ca60d5a2543f 100644
--- a/graphics/libGL/Makefile.targets
+++ b/graphics/libGL/Makefile.targets
@@ -17,7 +17,7 @@ post-patch:
.endif
.endif
# Sed on 9.x and dragonfly don't support \< or \>
- @${REINPLACE_CMD} -e 's|\\>//|[[:>:]]//|' \
+ @${REINPLACE_CMD} -e 's|\\>//|[[:>:]]//|' -e 's|\\S\*//|[:graph:]* //|' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \
${WRKSRC}/src/mesa/drivers/dri/common/xmlconfig.c