FreeBSD Bugzilla – Attachment 194911 Details for
Bug 229562
lang/python37: Fails to build when misc/e2fsprogs-libuuid is installed (conflicts with base)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to ignore ${LOCALBASE}/include/uuid/uuid.h
python37.diff (text/plain), 893 bytes, created by
Cy Schubert
on 2018-07-06 07:45:09 UTC
(
hide
)
Description:
Patch to ignore ${LOCALBASE}/include/uuid/uuid.h
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2018-07-06 07:45:09 UTC
Size:
893 bytes
patch
obsolete
>Index: files/patch-Modules__uuidmodule.c >=================================================================== >--- files/patch-Modules__uuidmodule.c (nonexistent) >+++ files/patch-Modules__uuidmodule.c (working copy) >@@ -0,0 +1,12 @@ >+--- Modules/_uuidmodule.c.orig 2018-06-26 20:07:35.000000000 -0700 >++++ Modules/_uuidmodule.c 2018-07-06 00:27:09.979104000 -0700 >+@@ -1,9 +1,6 @@ >+ #define PY_SSIZE_T_CLEAN >+ >+ #include "Python.h" >+-#ifdef HAVE_UUID_UUID_H >+-#include <uuid/uuid.h> >+-#endif >+ #ifdef HAVE_UUID_H >+ #include <uuid.h> >+ #endif > >Property changes on: files/patch-Modules__uuidmodule.c >___________________________________________________________________ >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
Actions:
View
|
Diff
Attachments on
bug 229562
:
194911
|
196329
|
200603