aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorler <ler@FreeBSD.org>2017-04-26 08:39:53 +0800
committerler <ler@FreeBSD.org>2017-04-26 08:39:53 +0800
commite37f916e0913526e37ecbe17e47c61d28c8bff65 (patch)
tree15a175571e3a2000aa017e0b69d3e35eff9e47d2
parent95cedecdca9fa01e22e48d06f6537f1fa1f32409 (diff)
downloadfreebsd-ports-gnome-e37f916e0913526e37ecbe17e47c61d28c8bff65.tar.gz
freebsd-ports-gnome-e37f916e0913526e37ecbe17e47c61d28c8bff65.tar.zst
freebsd-ports-gnome-e37f916e0913526e37ecbe17e47c61d28c8bff65.zip
devel/psptoolchain-newlib: Improve regex conformance
PR: 218604 Submitted by: Kyle Evans <bsdports@kyle-evans.net> Approved by: Tassilo Philipp <tphilipp@potion-studios.com> (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D10501
-rw-r--r--devel/psptoolchain-newlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/psptoolchain-newlib/Makefile b/devel/psptoolchain-newlib/Makefile
index 2ea97a5da2b1..26098f51affd 100644
--- a/devel/psptoolchain-newlib/Makefile
+++ b/devel/psptoolchain-newlib/Makefile
@@ -31,7 +31,7 @@ MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS} -g" # Apparently, it doesn't work on t
# Disable installation of .info files and fix includedir reference.
post-patch:
@${REINPLACE_CMD} -E 's/^(install.*:.*)install-info(.*)/\1\2/' ${WRKSRC}/etc/Makefile.in
- @${REINPLACE_CMD} -E 's#(-I\$${prefix}/)psp(/sdk/include)#-I${LOCALBASE}/${PSP_SDK_STAGE_PREFIX:S,/,\\/,}\2#' ${WRKSRC}/newlib/configure.host
+ @${REINPLACE_CMD} -E 's#(-I\$$\{prefix}/)psp(/sdk/include)#-I${LOCALBASE}/${PSP_SDK_STAGE_PREFIX:S,/,\\/,}\2#' ${WRKSRC}/newlib/configure.host
# Rename installed crt0.o as real crt0.o used by PSP code comes with psptoolchain-pspsdk-stage2
# and would overwrite the one from this port.