FreeBSD Bugzilla – Attachment 203020 Details for
Bug 236688
devel/py-lxml: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
py-lxml.patch (text/plain), 464 bytes, created by
Piotr Kubaj
on 2019-03-21 03:32:38 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-03-21 03:32:38 UTC
Size:
464 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 496395) >+++ Makefile (working copy) >@@ -24,6 +24,12 @@ > > OPTIONS_DEFINE= DOCS > >+post-patch: >+.if exists(/usr/lib/libstdc++.so) >+ ${REINPLACE_CMD} -e '/^#pragma GCC diagnostic/d' \ >+ ${WRKSRC}/src/lxml/etree.c ${WRKSRC}/src/lxml/objectify.c >+.endif >+ > post-install: > ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \ > -name '*.so' -exec ${STRIP_CMD} {} +
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 236688
: 203020 |
203024