FreeBSD Bugzilla – Attachment 220625 Details for
Bug 251892
sysutils/javaservicewrapper: fix build on powerpc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
javaservicewrapper.patch (text/plain), 808 bytes, created by
Piotr Kubaj
on 2020-12-16 15:30:08 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2020-12-16 15:30:08 UTC
Size:
808 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 558096) >+++ Makefile (working copy) >@@ -13,7 +13,7 @@ > LICENSE= GPLv2 GPLv3 > LICENSE_COMB= dual > >-ONLY_FOR_ARCHS= amd64 i386 >+ONLY_FOR_ARCHS= amd64 i386 powerpc64 > > USES= gmake iconv > USE_JAVA= yes >@@ -28,7 +28,7 @@ > > .include <bsd.port.options.mk> > >-.if (${ARCH} == amd64) >+.if ${ARCH} == amd64 || ${ARCH} == powerpc64 > MAKE_ARGS+= -Dbits=64 > .else > MAKE_ARGS+= -Dbits=32 >@@ -43,6 +43,8 @@ > ${WRKSRC}/src/c/Makefile-freebsd-x86-64.gmake > @${REINPLACE_CMD} -e 's|\(javac\.target\.version\)=.*|\1=1.8|' \ > ${WRKSRC}/default.properties >+ @${CP} ${WRKSRC}/src/c/Makefile-freebsd-x86-64.gmake \ >+ ${WRKSRC}/src/c/Makefile-freebsd-ppcbe-64.gmake > > do-install: > @${MKDIR} ${STAGEDIR}${DATADIR}
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:
pkubaj
:
maintainer-approval?
(
michael.osipov
)
Actions:
View
|
Diff
Attachments on
bug 251892
: 220625 |
220629