FreeBSD Bugzilla – Attachment 151697 Details for
Bug 196776
multimedia/libav: fails to build on armv6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
disable clang integrated assembler for armv6
libav.patch (text/plain), 270 bytes, created by
Mikael Urankar
on 2015-01-15 18:47:06 UTC
(
hide
)
Description:
disable clang integrated assembler for armv6
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2015-01-15 18:47:06 UTC
Size:
270 bytes
patch
obsolete
>--- libav/Makefile (revision 377021) >+++ libav/Makefile (working copy) >@@ -168,6 +168,10 @@ > > .include <bsd.port.pre.mk> > >+.if ${ARCH} == "armv6" >+CONFIGURE_ENV+= ASFLAGS=-no-integrated-as >+.endif >+ > .if ${ARCH} == "i386" > CONFIGURE_ARGS+= --extra-cflags=-m32 > .endif
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 196776
: 151697