FreeBSD Bugzilla – Attachment 199576 Details for
Bug 233541
net/mediastreamer: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
mediastreamer.patch (text/plain), 593 bytes, created by
Piotr Kubaj
on 2018-11-26 18:37:00 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-11-26 18:37:00 UTC
Size:
593 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 485843) >+++ Makefile (working copy) >@@ -87,8 +87,13 @@ > XVIDEO_CMAKE_BOOL= ENABLE_X11 ENABLE_XV > XVIDEO_USE= XORG=xorgproto,x11,xv > >+.include <bsd.port.pre.mk> >+ > post-patch: > @${REINPLACE_CMD} 's,gsm/gsm\.h,gsm.h,' \ > ${WRKSRC}/cmake/FindGSM.cmake ${WRKSRC}/src/audiofilters/gsm.c >+.if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64 >+ @${REINPLACE_CMD} '/-Wno-format-truncation/d' ${WRKSRC}/CMakeLists.txt >+.endif > >-.include <bsd.port.mk> >+.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 233541
: 199576