FreeBSD Bugzilla – Attachment 158258 Details for
Bug 201273
multimedia/openh264 fails to build on armv6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
armv6 fix
multimedia_openh264.patch (text/plain), 810 bytes, created by
Mikael Urankar
on 2015-07-02 12:19:07 UTC
(
hide
)
Description:
armv6 fix
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2015-07-02 12:19:07 UTC
Size:
810 bytes
patch
obsolete
>--- Makefile (revision 390884) >+++ Makefile (working copy) >@@ -44,8 +44,12 @@ > > .include <bsd.port.options.mk> > >+.if ${ARCH} == "armv6" >+CFLAGS+= -no-integrated-as >+.endif >+ > .if ! ${PORT_OPTIONS:MDEBUG} >-. if ${ARCH} == amd64 || ${ARCH} == arm || ${ARCH} == i386 >+. if ${ARCH} == amd64 || ${ARCH} == arm || ${ARCH} == armv6 || ${ARCH} == i386 > BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm > . endif > .endif > >--- files/patch-build_arch.mk (revision 0) >+++ files/patch-build_arch.mk (working copy) >@@ -0,0 +1,10 @@ >+--- build/arch.mk.orig 2015-07-01 17:00:32 UTC >++++ build/arch.mk >+@@ -5,7 +5,6 @@ ifneq ($(filter-out arm64, $(filter arm% >+ ifeq ($(USE_ASM), Yes) >+ ASM_ARCH = arm >+ ASMFLAGS += -I$(SRC_PATH)codec/common/arm/ >+-CFLAGS += -DHAVE_NEON >+ endif >+ endif >+ ifneq ($(filter arm64 aarch64, $(ARCH)),)
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 201273
:
158258
|
159932