- Mark BROKEN on i386: does not build, uses some broken type instead of size_t
./Object.hpp:226:11: error: 'operator new' takes type size_t ('unsigned int') as first parameter void* operator new (const t_size size); ^ ./Object.hpp:227:11: error: 'operator new[]' takes type size_t ('unsigned int') as first parameter void* operator new [] (const t_size size); ^ 2 errors generated. Approved by: portmgr blanket
This commit is contained in:
parent
d231886f09
commit
8361b39b4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424692
@ -12,7 +12,8 @@ MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= Multi-threaded functional programming language
|
||||
|
||||
BROKEN_powerpc= does not configure
|
||||
BROKEN_powerpc64= Does not build
|
||||
BROKEN_powerpc64= does not build
|
||||
BROKEN_i386= does not build
|
||||
|
||||
USES= compiler:c++11-lang gmake tar:tgz
|
||||
USE_LDCONFIG= yes
|
||||
|
Loading…
Reference in New Issue
Block a user