Also broken the same way as powerpc on powerpc64.
Reformat for readability. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build machines
This commit is contained in:
parent
ac81d70b6f
commit
7a9c9a774f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463365
1 changed files with 4 additions and 3 deletions
|
@ -13,9 +13,10 @@ COMMENT= Ultimate++, a BSD-licensed, cross-platform, C/C++ RAD suite
|
|||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${BUILD_WRKSRC}/Core/Copying
|
||||
|
||||
BROKEN_aarch64= Does not compile on ${ARCH}: error Unknown CPU architecture
|
||||
BROKEN_powerpc= Does not compile on ${ARCH}
|
||||
BROKEN_sparc64= Does not compile on ${ARCH}
|
||||
BROKEN_aarch64= Does not compile on ${ARCH}: error Unknown CPU architecture
|
||||
BROKEN_powerpc= Does not compile on ${ARCH}: error Unknown CPU architecture
|
||||
BROKEN_powerpc64= Does not compile on ${ARCH}: error Unknown CPU architecture
|
||||
BROKEN_sparc64= Does not compile on ${ARCH}
|
||||
|
||||
USES= compiler:c++11-lib
|
||||
|
||||
|
|
Loading…
Reference in a new issue