Fix build on GCC-based architectures with USE_GCC correctly gated.
PR: 232283 Submitted by: Piotr Kubaj Approved by: maintainer
This commit is contained in:
parent
609a414106
commit
10ca650399
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485517
@ -23,7 +23,7 @@ USE_QT= qmake_build buildtools_build core declarative gui widgets \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == powerpc
|
||||
.if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64
|
||||
USE_GCC= yes
|
||||
.else
|
||||
CC= clang
|
||||
|
Loading…
Reference in New Issue
Block a user