1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

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
This commit is contained in:
Matthew Rezny 2017-02-12 15:49:35 +00:00
parent 6a77d5e20c
commit 086043a82c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433950

View File

@ -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