View | Details | Raw Unified | Return to bug 218604
Collapse All | Expand All

(-)devel/psptoolchain-newlib/Makefile (-1 / +1 lines)
Lines 31-37 Link Here
31
# Disable installation of .info files and fix includedir reference.
31
# Disable installation of .info files and fix includedir reference.
32
post-patch:
32
post-patch:
33
	@${REINPLACE_CMD} -E 's/^(install.*:.*)install-info(.*)/\1\2/' ${WRKSRC}/etc/Makefile.in
33
	@${REINPLACE_CMD} -E 's/^(install.*:.*)install-info(.*)/\1\2/' ${WRKSRC}/etc/Makefile.in
34
	@${REINPLACE_CMD} -E 's#(-I\$${prefix}/)psp(/sdk/include)#-I${LOCALBASE}/${PSP_SDK_STAGE_PREFIX:S,/,\\/,}\2#' ${WRKSRC}/newlib/configure.host
34
	@${REINPLACE_CMD} -E 's#(-I\$$\{prefix}/)psp(/sdk/include)#-I${LOCALBASE}/${PSP_SDK_STAGE_PREFIX:S,/,\\/,}\2#' ${WRKSRC}/newlib/configure.host
35
35
36
# Rename installed crt0.o as real crt0.o used by PSP code comes with psptoolchain-pspsdk-stage2
36
# Rename installed crt0.o as real crt0.o used by PSP code comes with psptoolchain-pspsdk-stage2
37
# and would overwrite the one from this port.
37
# and would overwrite the one from this port.

Return to bug 218604