FreeBSD Bugzilla – Attachment 203024 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]
different patch for py-lxml
devel_py-lxml.diff (text/plain), 607 bytes, created by
Mark Linimon
on 2019-03-21 07:19:44 UTC
(
hide
)
Description:
different patch for py-lxml
Filename:
MIME Type:
Creator:
Mark Linimon
Created:
2019-03-21 07:19:44 UTC
Size:
607 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 495853) >+++ Makefile (working copy) >@@ -33,4 +33,11 @@ > ${INSTALL_DATA} ${DOCS_FILES:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} > @cd ${WRKSRC} && ${COPYTREE_SHARE} doc ${STAGEDIR}${DOCSDIR} > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+# on gcc-based architectures, use modern GCC due to use of #pragma >+.if ${ARCH} == mips || ${ARCH} == mips64 || ${ARCH} == powerpc || ${ARCH} == powerpc64 || ${ARCH} == powerpcspe || ${ARCH} == sparc64 >+USE_GCC= yes >+.endif >+ >+.include <bsd.port.post.mk>
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