FreeBSD Bugzilla – Attachment 197467 Details for
Bug 231600
comms/rxtx: unignore on powerpc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v2
rxtx.patch (text/plain), 829 bytes, created by
Piotr Kubaj
on 2018-09-24 22:04:21 UTC
(
hide
)
Description:
v2
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-09-24 22:04:21 UTC
Size:
829 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 480606) >+++ Makefile (working copy) >@@ -17,7 +17,6 @@ > > BROKEN_armv6= fails to link: librxtxParallel.so: No such file or directory > BROKEN_armv7= fails to link: librxtxParallel.so: No such file or directory >-BROKEN_powerpc64= fails to link: librxtxParallel.so: No such file or directory > NOT_FOR_ARCHS= mips mips64 > NOT_FOR_ARCHS_REASON= Java not available for this architecture > >@@ -32,6 +31,14 @@ > > USE_LDCONFIG= yes > >-PLIST_SUB= ARCH=${ARCH} JAVA_HOME=${JAVA_HOME:S,^${PREFIX}/,,} >+PLIST_SUB= JAVA_HOME=${JAVA_HOME:S,^${PREFIX}/,,} > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${ARCH} == "powerpc64" >+PLIST_SUB+= ARCH=ppc64 >+.else >+PLIST_SUB+= ARCH=${ARCH} >+.endif >+ >+.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
Actions:
View
|
Diff
Attachments on
bug 231600
:
197364
| 197467