FreeBSD Bugzilla – Attachment 237081 Details for
Bug 266829
devel/qt6-base: fix build on armv6/armv7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel/qt6-base: fix build on armv6/armv7
0001-devel-qt6-base-fix-build-on-armv6-armv7.patch (text/plain), 1.20 KB, created by
Robert Clausecker
on 2022-10-04 22:04:26 UTC
(
hide
)
Description:
devel/qt6-base: fix build on armv6/armv7
Filename:
MIME Type:
Creator:
Robert Clausecker
Created:
2022-10-04 22:04:26 UTC
Size:
1.20 KB
patch
obsolete
>From 8ef9afe51c79dc37d7c6bda1bb32727c9f36c4bc Mon Sep 17 00:00:00 2001 >From: Robert Clausecker <fuz@fuz.su> >Date: Wed, 5 Oct 2022 00:03:00 +0200 >Subject: [PATCH] devel/qt6-base: fix build on armv6/armv7 > >The port bundles assembly code from the pixman library. >On armv6/armv7, the GNU assembler is required to assemble it. >Pass appropriate flags to do so. >--- > devel/qt6-base/Makefile | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > >diff --git a/devel/qt6-base/Makefile b/devel/qt6-base/Makefile >index b336b2f122ba..cbfa588d39eb 100644 >--- a/devel/qt6-base/Makefile >+++ b/devel/qt6-base/Makefile >@@ -112,6 +112,13 @@ SQLITE_CMAKE_ON= -DFEATURE_sql_sqlite=ON \ > SQLITE_CMAKE_OFF= -DFEATURE_sql_sqlite=OFF > SQLITE_USES= sqlite:3 > >+.include <bsd.port.pre.mk> >+ >+.if ${ARCH} == "armv6" || ${ARCH} == "armv7" >+BUILD_DEPENDS+= as:devel/binutils >+CMAKE_ARGS+= -DCMAKE_ASM_FLAGS=-no-integrated-as >+.endif >+ > # TODO: do this cleaner -- somewhere cmake/qmake still creates empty directories > # for the cmake files in INSTALL_PREFIX/lib/cmake > post-install: >@@ -123,4 +130,4 @@ post-install: > ${RLN} $$t; \ > done <${WRKDIR}/.build/user_facing_tool_links.txt > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >-- >2.37.1 >
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
Flags:
fuz
:
maintainer-approval?
(
kde
)
Actions:
View
|
Diff
Attachments on
bug 266829
: 237081