FreeBSD Bugzilla – Attachment 184864 Details for
Bug 221114
devel/bazel fix build on i386
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for deve/bazel to fix build on i386
bazel.diff (text/plain), 1.41 KB, created by
Klaus Aehlig
on 2017-07-31 08:21:27 UTC
(
hide
)
Description:
patch for deve/bazel to fix build on i386
Filename:
MIME Type:
Creator:
Klaus Aehlig
Created:
2017-07-31 08:21:27 UTC
Size:
1.41 KB
patch
obsolete
>diff -ruN bazel.orig/Makefile bazel/Makefile >--- bazel.orig/Makefile 2017-07-31 10:16:42.220719000 +0200 >+++ bazel/Makefile 2017-07-31 10:16:50.652876000 +0200 >@@ -39,6 +39,12 @@ > CLANG38_BUILD_DEPENDS= clang38:devel/llvm38 > CLANG38_RUN_DEPENDS= clang38:devel/llvm38 > >+.include <bsd.port.pre.mk> >+ >+.if ${ARCH} == "i386" >+EXTRA_PATCHES += ${FILESDIR}/extra-i386_src_BUILD >+.endif >+ > # Have the location of the system-wide rc file reside ${ETCDIR}. > # Also adapt the sample file to disable persistent java workers as they > # do not work reliably on FreeBSD. >@@ -71,4 +77,4 @@ > @${MKDIR} ${STAGEDIR}${ETCDIR} > ${INSTALL_DATA} ${WRKSRC}/scripts/packages/debian/bazel.bazelrc ${STAGEDIR}${ETCDIR}/bazel.bazelrc.sample > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >diff -ruN bazel.orig/files/extra-i386_src_BUILD bazel/files/extra-i386_src_BUILD >--- bazel.orig/files/extra-i386_src_BUILD 1970-01-01 01:00:00.000000000 +0100 >+++ bazel/files/extra-i386_src_BUILD 2017-07-31 10:16:50.653365000 +0200 >@@ -0,0 +1,11 @@ >+--- src/BUILD.orig 2017-07-31 10:06:21.426927000 +0200 >++++ src/BUILD 2017-07-31 10:06:44.279345000 +0200 >+@@ -179,7 +179,7 @@ >+ "//src/java_tools/singlejar:SingleJar_deploy.jar", >+ ], >+ "//conditions:default": [ >+- "//src/tools/singlejar:singlejar", >++ "//src/java_tools/singlejar:SingleJar_deploy.jar", >+ ], >+ }) + select({ >+ "//tools/jdk:jdk7": [],
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:
aehlig
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 221114
:
184864
|
185169