diff options
-rw-r--r-- | devel/psptoolchain-newlib/Makefile | 4 | ||||
-rw-r--r-- | devel/psptoolchain-newlib/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/psptoolchain-newlib/Makefile b/devel/psptoolchain-newlib/Makefile index c1a881415bd4..98da54f20958 100644 --- a/devel/psptoolchain-newlib/Makefile +++ b/devel/psptoolchain-newlib/Makefile @@ -33,11 +33,9 @@ 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 -.include <bsd.port.pre.mk> - # 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. post-install: @${MV} ${STAGEDIR}${PREFIX}/psp/lib/crt0.o ${STAGEDIR}${PREFIX}/psp/lib/crt0.newlib.o -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/psptoolchain-newlib/pkg-plist b/devel/psptoolchain-newlib/pkg-plist index 498bae0b4e72..fc19e1fdd89c 100644 --- a/devel/psptoolchain-newlib/pkg-plist +++ b/devel/psptoolchain-newlib/pkg-plist @@ -110,3 +110,5 @@ psp/include/ar.h psp/include/alloca.h psp/include/_syslist.h psp/include/_ansi.h +@dir psp/include/rpc +@dir psp/include/bits |