FreeBSD Bugzilla – Attachment 217108 Details for
Bug 248550
devel/py-grpcio: fix build on powerpc(64)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
py-grpcio.patch (text/plain), 1.71 KB, created by
Piotr Kubaj
on 2020-08-09 10:49:05 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2020-08-09 10:49:05 UTC
Size:
1.71 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 544492) >+++ Makefile (working copy) >@@ -20,11 +20,9 @@ > > USES= compiler:c++11-lib localbase:ldflags python:3.5+ > USE_PYTHON= autoplist distutils >-MAKE_ENV+= GRPC_PYTHON_BUILD_SYSTEM_ZLIB=true \ >+MAKE_ENV+= GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=true \ >+ GRPC_PYTHON_BUILD_SYSTEM_ZLIB=true \ > GRPC_PYTHON_BUILD_SYSTEM_CARES=true >-CFLAGS+= -Ithird_party/boringssl/include >-CFLAGS_powerpc64= -maltivec -mvsx >-CFLAGS_powerpc= -maltivec > LDFLAGS+= -lcares > > post-install: >Index: files/patch-third__party_abseil-cpp_absl_base_internal_unscaledcycleclock.cc >=================================================================== >--- files/patch-third__party_abseil-cpp_absl_base_internal_unscaledcycleclock.cc (nonexistent) >+++ files/patch-third__party_abseil-cpp_absl_base_internal_unscaledcycleclock.cc (working copy) >@@ -0,0 +1,14 @@ >+--- third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc.orig 2020-08-08 21:50:49 UTC >++++ third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc >+@@ -24,8 +24,10 @@ >+ #ifdef __GLIBC__ >+ #include <sys/platform/ppc.h> >+ #elif defined(__FreeBSD__) >+-#include <sys/sysctl.h> >++#include "absl/base/call_once.h" >+ #include <sys/types.h> >++#include <sys/sysctl.h> >++#include <threads.h> >+ #endif >+ #endif >+ > >Property changes on: files/patch-third__party_abseil-cpp_absl_base_internal_unscaledcycleclock.cc >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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?
(
vanilla
)
Actions:
View
|
Diff
Attachments on
bug 248550
: 217108