FreeBSD Bugzilla – Attachment 206869 Details for
Bug 240088
databases/p5-Tie-LevelDB: fix build on powerpc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
p5-Tie-LevelDB.patch (text/plain), 1.44 KB, created by
Piotr Kubaj
on 2019-08-25 00:49:09 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-08-25 00:49:09 UTC
Size:
1.44 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 509488) >+++ Makefile (working copy) >@@ -14,7 +14,7 @@ > LICENSE= ART10 GPLv1+ > LICENSE_COMB= dual > >-NOT_FOR_ARCHS= aarch64 powerpc powerpc64 powerpcspe >+NOT_FOR_ARCHS= aarch64 powerpc powerpcspe > NOT_FOR_ARCHS_REASON= does not build: Please implement AtomicPointer for this platform > BROKEN_sparc64= does not build: unrecognized command line options > >@@ -29,6 +29,8 @@ > > .if ${CHOSEN_COMPILER_TYPE} == clang > CFLAGS+= -Wno-reserved-user-defined-literal >+.else >+CFLAGS+= -DLEVELDB_CSTDATOMIC_PRESENT > .endif > > post-patch: >Index: files/patch-port_atomic__pointer.h >=================================================================== >--- files/patch-port_atomic__pointer.h (nonexistent) >+++ files/patch-port_atomic__pointer.h (working copy) >@@ -0,0 +1,11 @@ >+--- port/atomic_pointer.h.orig 2019-08-25 00:44:43 UTC >++++ port/atomic_pointer.h >+@@ -21,7 +21,7 @@ >+ >+ #include <stdint.h> >+ #ifdef LEVELDB_CSTDATOMIC_PRESENT >+-#include <cstdatomic> >++#include <atomic> >+ #endif >+ #ifdef OS_WIN >+ #include <windows.h> > >Property changes on: files/patch-port_atomic__pointer.h >___________________________________________________________________ >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?
(
sunpoet
)
Actions:
View
|
Diff
Attachments on
bug 240088
: 206869
Working