svn commit: r439423 - head/devel/psptoolchain-newlib
Larry Rosenman
ler at FreeBSD.org
Wed Apr 26 00:39:54 UTC 2017
Author: ler
Date: Wed Apr 26 00:39:53 2017
New Revision: 439423
URL: https://svnweb.freebsd.org/changeset/ports/439423
Log:
devel/psptoolchain-newlib: Improve regex conformance
PR: 218604
Submitted by: Kyle Evans <bsdports at kyle-evans.net>
Approved by: Tassilo Philipp <tphilipp at potion-studios.com> (maintainer), adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D10501
Modified:
head/devel/psptoolchain-newlib/Makefile
Modified: head/devel/psptoolchain-newlib/Makefile
==============================================================================
--- head/devel/psptoolchain-newlib/Makefile Tue Apr 25 23:30:57 2017 (r439422)
+++ head/devel/psptoolchain-newlib/Makefile Wed Apr 26 00:39:53 2017 (r439423)
@@ -31,7 +31,7 @@ MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS
# 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.
More information about the svn-ports-all
mailing list