Fix build on powerpc.
PR: 232327 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
0a9a556bd0
commit
d4d87f2136
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483253
@ -15,7 +15,11 @@ LICENSE_FILE= ${WRKSRC}/License.txt
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= beltoforion
|
||||
|
||||
USES= dos2unix pathfix
|
||||
USES= ${USES_${ARCH}} dos2unix pathfix
|
||||
USES_powerpc64= compiler:c++11-lang
|
||||
USES_powerpc= compiler:c++11-lang
|
||||
USES_powerpcspe= compiler:c++11-lang
|
||||
USES_sparc64= compiler:c++11-lang
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
ALL_TARGET= lib
|
||||
|
Loading…
Reference in New Issue
Block a user