FreeBSD Bugzilla – Attachment 228146 Details for
Bug 258685
graphics/jpeg-turbo: build fails on armv6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for jpeg-turbo
jpeg-turbo-armv6-fix.patch (text/plain), 541 bytes, created by
Daniel Engberg
on 2021-09-24 05:20:05 UTC
(
hide
)
Description:
Patch for jpeg-turbo
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2021-09-24 05:20:05 UTC
Size:
541 bytes
patch
obsolete
>diff --git a/graphics/jpeg-turbo/Makefile b/graphics/jpeg-turbo/Makefile >index a763cb824ebf..14bbbc70378e 100644 >--- a/graphics/jpeg-turbo/Makefile >+++ b/graphics/jpeg-turbo/Makefile >@@ -40,10 +40,14 @@ OPTIONS_DEFINE= DOCS > BUILD_DEPENDS+= nasm:devel/nasm > .endif > >+.if ${ARCH} == armv6 >+CMAKE_OFF= WITH_SIMD >+.endif >+ > .if ${SLAVE_PORT} == yes > PLIST_SUB+= JPEG="@comment " LIBTURBOJPEG="" > .else >-CMAKE_OFF= WITH_TURBOJPEG >+CMAKE_OFF+= WITH_TURBOJPEG > CONFLICTS_INSTALL= jpeg-[0-9]* > PLIST_SUB+= JPEG="" LIBTURBOJPEG="@comment " > .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 258685
:
228125
| 228146