Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2017 00:39:53 +0000 (UTC)
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439423 - head/devel/psptoolchain-newlib
Message-ID:  <201704260039.v3Q0drCK065646@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@kyle-evans.net>
  Approved by:	Tassilo Philipp <tphilipp@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704260039.v3Q0drCK065646>