FreeBSD Bugzilla – Attachment 153151 Details for
Bug 197581
devel/psptoolchain-binutils creates directories for arm not armv6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch
psptoolchain-binutils.diff (text/plain), 1.07 KB, created by
Tassilo Philipp
on 2015-02-18 17:37:09 UTC
(
hide
)
Description:
Updated patch
Filename:
MIME Type:
Creator:
Tassilo Philipp
Created:
2015-02-18 17:37:09 UTC
Size:
1.07 KB
patch
obsolete
>--- devel/psptoolchain-binutils.orig/Makefile 2015-02-18 11:35:36.436603877 -0600 >+++ devel/psptoolchain-binutils/Makefile 2015-02-18 11:34:53.736600195 -0600 >@@ -18,7 +18,6 @@ > USE_GCC= 4.8 > > HAS_CONFIGURE= yes >-CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL} > CONFIGURE_ARGS= --prefix=${PREFIX} \ > --target="psp" \ > --enable-install-libbfd \ >@@ -27,6 +26,13 @@ > --mandir=${PREFIX}/man > PLIST_SUB= CONFIGURE_TARGET="${CONFIGURE_TARGET}" > >+.include <bsd.port.pre.mk> >+.if ${ARCH} == "amd64" >+CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL} >+.elif ${ARCH} == "armv6" >+CONFIGURE_TARGET= ${ARCH:S/armv6/arm/}-unknown-${OPSYS:tl}${OSREL} >+.endif >+ > # Disable installation of .info files and libiberty. > post-patch: > @${REINPLACE_CMD} -E 's/^(install-data-am:)(.*)install-info-am(.*)/\1 \2 \3/' \ >@@ -38,4 +44,4 @@ > @${REINPLACE_CMD} -E 's/^(install:)(.*)/\1#\2/' ${WRKSRC}/libiberty/Makefile.in > @${REINPLACE_CMD} -E 's,^(install.*:)(.*)install-info(.*),\1 \2 \3,' ${WRKSRC}/etc/Makefile.in > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
tphilipp
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 197581
:
153109
| 153151