Fix build on powerpc.
PR: 232034 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
830b88b628
commit
aaf6e1847d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483248
1 changed files with 5 additions and 1 deletions
|
@ -13,7 +13,11 @@ COMMENT= Perl Compatible Regular Expressions library
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENCE
|
||||
|
||||
USES= cpe libtool pathfix tar:bzip2
|
||||
USES= ${USES_${ARCH}} cpe libtool pathfix tar:bzip2
|
||||
USES_powerpc= compiler:c++11-lang
|
||||
USES_powerpcspe= compiler:c++11-lang
|
||||
USES_powerpc64= compiler:c++11-lang
|
||||
USES_sparc64= compiler:c++11-lang
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
Loading…
Reference in a new issue