FreeBSD Bugzilla – Attachment 200603 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]
Simple 2 line solution to disable detection of both includes and libs from e2fsprocs-libuuid
python37.patch (text/plain), 512 bytes, created by
Dmitry Marakasov
on 2018-12-29 14:30:18 UTC
(
hide
)
Description:
Simple 2 line solution to disable detection of both includes and libs from e2fsprocs-libuuid
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2018-12-29 14:30:18 UTC
Size:
512 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 488393) >+++ Makefile (working copy) >@@ -114,6 +114,10 @@ > PLIST_SUB+= NO_NIS="" > .endif > >+post-patch: >+ @${REINPLACE_CMD} -e 's|uuid/uuid.h|ignore_&|' ${WRKSRC}/configure >+ @${REINPLACE_CMD} -e '/find_library_file/ s|uuid|ignore_&|' ${WRKSRC}/setup.py >+ > post-install: > .if ! ${PORT_OPTIONS:MDEBUG} > ${RM} ${STAGEDIR}${PREFIX}/lib/libpython3.so # Upstream Issue: https://bugs.python.org/issue17975
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